Regex Tester
Test regular expressions online with live match highlighting, flag toggles, replacement previews, and named group inspection.
Regular expression
Current expression: /\b([A-Z]{2,})\b/g
Flags
Global (g)
Find every match instead of stopping after the first.
Ignore case (i)
Match letters without caring about upper or lower case.
Multiline (m)
Let ^ and $ match the start and end of each line.
Dotall (s)
Allow the dot token to match newline characters.
Unicode (u)
Enable full Unicode support and named capture groups.
Sticky (y)
Only match from the current index without skipping ahead.
Leave blank if you only need to test matches.
Matches
4
Execution time
0.57 ms
Flags
g
Longest match
5 chars
Highlighted matches
Match breakdown
REGEX
Captured groups
Group 1
REGEX
HTTP
Captured groups
Group 1
HTTP
HTML
Captured groups
Group 1
HTML
CSS
Captured groups
Group 1
CSS
Replacement preview
Related tools
Explore more helpers you might need next.
JSON Formatter & Validator
Beautify, validate, and minify JSON online with instant error highlighting. Paste your payload, fix syntax issues, and export production-ready code in seconds.
Link Shortener
Create short, memorable URLs that redirect instantly to any destination while tracking every click for future analytics.
CSV ⇄ JSON Converter
Convert CSV to JSON or JSON to CSV instantly with Monaco editors, delimiter controls, and downloadable output tailored for analytics and integrations.
Cron Expression Builder
Generate cron expressions online with presets, human-readable schedules, and next-run previews for Linux, Kubernetes, and Laravel tasks.