Skip to content

Instantly share code, notes, and snippets.

@kevinsearle
Created December 5, 2012 08:26
Show Gist options
  • Save kevinsearle/4213788 to your computer and use it in GitHub Desktop.
Save kevinsearle/4213788 to your computer and use it in GitHub Desktop.
PCRE Alpha-numeric charactesr only
//Alpha-numeric characters only
'/^[a-zA-Z0-9]*$/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment