A live regex tester with match highlighting, a curated pattern library, and natural language generation. Built for developers who hate writing regex.
Open Playground →Click any pattern to load it into the playground.
The essentials, always one scroll away.
.Any character except newline\dDigit [0-9]\wWord character [a-zA-Z0-9_]\sWhitespace[abc]a, b, or c[^abc]Not a, b, or c[a-z]Range: a to z*0 or more+1 or more?0 or 1{n}Exactly n{n,m}Between n and m*?Lazy (non-greedy)^Start of string/line$End of string/line\bWord boundary(abc)Capture group(?:abc)Non-capture groupa|ba or b(?=abc)Positive lookaheadgGlobal — find all matchesiCase-insensitivemMultiline (^ $ per line)sDotall (. matches \n)uUnicode supportSave unlimited patterns, share with your team, access the AI generator, bulk test files, and get API access. $9/mo · cancel anytime.