Skip to content

Instantly share code, notes, and snippets.

@pelsedyr
Last active October 17, 2015 10:02
Show Gist options
  • Save pelsedyr/5907a5f9e62f8409e055 to your computer and use it in GitHub Desktop.
Save pelsedyr/5907a5f9e62f8409e055 to your computer and use it in GitHub Desktop.
Some regex to remember
([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