Frequently Asked Questions
Common questions about regular expressions
A regular expression (regex) is a sequence of characters that defines a search pattern. It's used for string matching, validation, search and replace operations, and text parsing. Regex is supported by most programming languages and text editors.