Created
August 17, 2015 13:45
-
-
Save kurorido/5846b20920625916cc95 to your computer and use it in GitHub Desktop.
Regular Expression Cheat Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # [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