Regex Pattern Library
Browse 84+ curated regex patterns. Each one tested, explained, and ready to use with code snippets in 5 languages.
New to regex? Start with our interactive lessons or browse the cheat sheet for a quick reference.
Categories
Popular Patterns
Environment Variable Referencebeginner
(?:\$\{([A-Z_][A-Z0-9_]*)\}|\$([A-Z_][A-Z0-9_]*)\b...JSPYTHONJAVAPHPGORUBYCSHARP
(?:0[1-9]|[12]\d|3[01])/(?:0[1-9]|1[0-2])/\d{4}JSPYTHONJAVAPHPGORUBYCSHARP
Hex Color Codebeginner
#(?:[0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8}...JSPYTHONJAVAPHPRUBYCSHARP
TODO/FIXME Commentbeginner
(?://|#|/\*)\s*(?:TODO|FIXME|HACK|XXX|BUG|NOTE)\b[...JSPYTHONJAVAPHPGORUBYCSHARP
Generic Currency Amountbeginner
[$€£¥]\s?\d{1,3}(?:[,.]\d{3})*(?:[,.]\d{2})?JSPYTHONJAVAPHPGORUBYCSHARP