Last active
October 17, 2015 10:02
-
-
Save pelsedyr/5907a5f9e62f8409e055 to your computer and use it in GitHub Desktop.
Some regex to remember
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
([a-zøæåA-ZØÆÅ0-9]+) //Letters and digits no spaces | |
([a-zøæåA-ZØÆÅ0-9 ]+) //Same as above but with spaces | |
([a-zøæåA-ZØÆÅ0-9 ]+) //Same as above but with spaces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment