Regex Tester

Test regex patterns with live match highlighting

//

Regular Expression Basics

A regular expression (regex) is a pattern used to match character combinations in strings. Widely used for input validation, text search, and replacement.

Common Flags

g: Global — find all matches
i: Case-insensitive
m: Multiline mode