Skip to content

Instantly share code, notes, and snippets.

@kurorido
Created August 17, 2015 13:45
Show Gist options
  • Select an option

  • Save kurorido/5846b20920625916cc95 to your computer and use it in GitHub Desktop.

Select an option

Save kurorido/5846b20920625916cc95 to your computer and use it in GitHub Desktop.
Regular Expression Cheat Sheet
# [0-9].json
\d+[.][j][s][o][n]
# the end of every line.
(?>\x0D\x0A?|[\x0A-\x0C\x85\x{2028}\x{2029}])
# begin of lines.
^[a-zA-z0-9!@#$")(*&!+_-]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment