← Back to Home
RegEx Tester
Regular Expression Pattern
/
/
g
Flags:
g
- Global (find all matches)
i
- Case insensitive
m
- Multiline (^ and $ match line boundaries)
s
- Dot all (. matches newlines)
u
- Unicode
y
- Sticky (match from lastIndex)
Test String
Matches Highlighted
Enter a regex pattern to start testing