Skip to content

Instantly share code, notes, and snippets.

@slawo-ch
Last active September 3, 2021 16:03
Show Gist options
  • Save slawo-ch/3761e3a63c8bde3185820ca4b4417a89 to your computer and use it in GitHub Desktop.
Save slawo-ch/3761e3a63c8bde3185820ca4b4417a89 to your computer and use it in GitHub Desktop.
Character Meaning Escaped
^ boundary matcher \^
$ boundary matcher \$
\ escape character \\
{ quantifier notation \{
} quantifier notation \}
[ character class notation \[
] character class notation \]
( group notation \(
) group notation \)
. predefined character class \.
* quantifier \*
+ quantifier \+
? quantifier \?
| OR operator \|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment