Regex Tester – Test Regular Expressions Online
Enter a regex pattern and test string to instantly see matches, groups, and highlights.
g
– Global search (finds all matches, not just the first one)i
– Case-insensitive search (ignores upper/lower case differences)m
– Multiline mode (^ and $ match at the start and end of each line, not just the whole string)
(matches will be highlighted here)