← backText Utils
// tool
>_ Regex Tester
Test regular expressions in real-time with match highlighting
2 matches2 capture groups
// learn
A regular expression (regex) is a sequence of characters that defines a search pattern. Regex is used for pattern matching, text validation, and string manipulation in nearly every programming language. Common uses include email validation, log parsing, and find-and-replace operations.