Ad Space β€” 728Γ—90
βš™οΈ Developer

Regex Tester

Test regular expressions with live highlighting, match groups, and a library of common patterns.

/ /
0Matches
0Groups
0msExec Time

πŸ“š Common Patterns

Ad Space β€” 336Γ—280

Frequently Asked Questions

What is a regular expression?

A regular expression (regex) is a sequence of characters that defines a search pattern. Regexes are used in programming for string matching, validation, search-and-replace, and data extraction.

What do the flags mean?

g = global (find all matches), i = case-insensitive, m = multiline (^ and $ match line boundaries), s = dotAll (. matches newlines), u = unicode.

Ad Space β€” 728Γ—90