Skip to content

Instantly share code, notes, and snippets.

@rg3915
Created March 26, 2019 16:44
Show Gist options
  • Save rg3915/97d29cec10ab1f7f2ab1acd1735c928e to your computer and use it in GitHub Desktop.
Save rg3915/97d29cec10ab1f7f2ab1acd1735c928e to your computer and use it in GitHub Desktop.
regex anotações annotations
.   ponto
[]  lista
[^] lista negada
?   opcional
*   asterisco
+   mais
{}  chaves
^   circunflexo
$   cifrão
\b  borda
\   escape
|   ou
()  grupo
\1  retrovisor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment