Other Tools
Regular Expression Tester
Interactive regular expression tester with live highlighting, capture group inspection, and flag controls.
Flags
gFind all matches in the test string.
Current PatternEnter a pattern to begin testing.
Match Preview
Matches will be highlighted here once the pattern finds results.
Match Details
No matches found.
Common Regex Presets
Load a preset to explore typical matching scenarios.
ISO Date (YYYY-MM-DD)
Captures year, month, and day segments from ISO-style dates.
Email With Named Groups
Extract the username and domain parts from email addresses using named groups.
IPv4 Address
Matches IPv4 addresses with strict 0-255 validation for each octet.
Hex Color
Finds shorthand and full hexadecimal color codes.
HTML Opening Tag
Validates simple HTML opening tags with basic attribute pairs.