Skip to content

Instantly share code, notes, and snippets.

@bmakowski
Last active November 22, 2018 11:55
Show Gist options
  • Save bmakowski/90c79b4aab5c2b043acb21f17d849bad to your computer and use it in GitHub Desktop.
Save bmakowski/90c79b4aab5c2b043acb21f17d849bad to your computer and use it in GitHub Desktop.
Regex: Validate spaces between Street Address
/^\d+(\s[A-Z]*[a-z]*[.]*){1,}(\s\d*)*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment