PRegEx: Write Human-Readable Regular Expressions

Regular expressions (RegEx) are useful in extracting words that follow specific patterns, but they can be challenging to read and create.

PregEx allows you to construct RegEx patterns in a more human-friendly way.

In the code above, I use PregEx to extract URLs from text.

Full article about PregEx.

Link to PregEx.

Scroll to Top