How to Use Regex Tester
- Set line 1 as pattern and line 2 as flags.
- Put test text from line 3 onward.
- Inspect each regex match and its index in output.
Free online regex tester to test regular expressions and inspect matches quickly.
pattern: \b[a-z]+\b flags: gi Hello 123 world
#1: "Hello" at index 0 #2: "world" at index 10