Skip to content

Instantly share code, notes, and snippets.

@JosephGregg
Last active January 24, 2017 11:42
Show Gist options
  • Save JosephGregg/202709184255879680d2bd1d86e81b3d to your computer and use it in GitHub Desktop.
Save JosephGregg/202709184255879680d2bd1d86e81b3d to your computer and use it in GitHub Desktop.
regular expressions
Vehicle Identification Numbers - '[A-H,J-N,P,R-Z0-9]{17}'
Street Address - (([0-9a-z-A-Z]+){1}+((\s+[a-zA-Z.,]+|\s+[a-zA-Z,.]+\s){2,10})?(\#[0-9a-z-\-]+|\#\s+[0-9\-]+|[0-9\-]+))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment