Regex tester ๐
Write a pattern, flip a few flags, and throw some text at it. Matches light up where they land, the groups spill out into a little table, and you can rehearse a replace before you commit. (now you have two problems. classic.)
12 matches
. ( ?) .
Capture groups (match 1 of 12)
Click a highlight above to inspect a different match.
| group | value |
|---|---|
| 1 | this |
| <word> named | this |
Replace preview
[this] [is] [a] [thing]. ([or] [is] [it]?) [123] [little] [words] [scurrying] [about].
It all runs here in the page, so your secrets stay your secrets. (the regex still judges them.)