Skip to content

Instantly share code, notes, and snippets.

@s0kil
Last active January 5, 2020 04:18
Show Gist options
  • Select an option

  • Save s0kil/ae10c8a87305f35117a57428afd435bd to your computer and use it in GitHub Desktop.

Select an option

Save s0kil/ae10c8a87305f35117a57428afd435bd to your computer and use it in GitHub Desktop.

^ Start of line

$ End of line

. Any single character except a line break.

[] Character class. Matches any character contained between the square brackets

[^] Matches any character that is not contained between the square brackets

* Matches 0 or more repetitions of the preceding symbol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment