How to use it
- Enter the regular expression.
- Set test text and g/i/m/u flags.
- Inspect highlighted matches and groups.
Developer tool
Enter a pattern and test text; matches are highlighted and capture groups are listed below.
Practical guide
See pattern and flag changes on text and inspect matches, groups and invalid expressions before using them.
This tool streamlines workflows such as email and code validation and log line analysis in one place.
See whether a pattern captures too much or too little from sample addresses.
Split date, level and message parts with capture groups.
Yes. Poorly designed nested repetition can be very slow on large text.
It searches for all matches instead of stopping after the first.
Similar tools