Debugging Regular Expressions with https://regex101.com


Anyone who writes Regular Expressions, needs a good way to test and debug the syntax.

https://regex101.com/ is in my short list of the top 5 tools I use regularly.

The first section contains the regular expression, the second section contains the test strings, and the section on the right explains what the regular expression is doing and the group matches.

RegEx101