Testador de Regex

Teste expressões regulares JavaScript com destaque de correspondência ao vivo

/ /
 
No matches yet.
Cheatsheet
\d digit · \w word · \s whitespace
\D non-digit · \W non-word · \S non-whitespace
. any · ^ start · $ end
* 0+ · + 1+ · ? 0–1 · {n,m}
[abc] set · [^abc] not in set · [a-z] range
(...) group · (?:...) non-capturing · (?<n>...) named
| or · \b word-boundary · \B not boundary
(?=...) lookahead · (?!...) negative · (?<=...) lookbehind
Os seus ficheiros nunca saem do browser. Nada é enviado para nenhum servidor. Política de Privacidade