Regex Tester
Experiment with JavaScript-compatible regular expressions and see matches in real time.
Notes
This tester uses JavaScript's RegExp engine. Patterns are not anchored by default,
so they can match anywhere in the text. Be careful when using patterns from other languages,
as syntax or features may differ.