Regex Generator - Online Regular Expression Builder

Generate regular expressions from examples online. Build regex patterns without writing code.

Share
//

Any Char

Quantifiers

Anchors

Groups

Classes

Common Patterns

Please enter regular expression

Quick Insert

.Any char
\dDigit [0-9]
\DNon-digit
\wWord [a-zA-Z0-9_]
\WNon-word
\sWhitespace
\SNon-whitespace
\bWord boundary
^Start of string
$End of string
*0 or more
+1 or more
?0 or 1
{n}Exactly n
{n,m}Between n-m
(?:)Non-capture

Related Tools

More Text Tools