Regular Expression
- - 0.00 ms
Optimize expression
Transpile expression
:
/
/
~
@
;
%
`
#
gm
global
Don't return after the first match
multi line
^ and $ match start/end of file
insensitive
Case insensitive match
extended
Ignore whitespace
single line
Dot matches newline
unicode
Match with full unicode
ungreedy
Make quantifiers lazy
anchored
Anchor to the start of pattern or at the end of most recent match
jchanged
Allow duplicate subpattern names
dollar end only
$ matches only end of pattern
Test Data