Skip to content

Instantly share code, notes, and snippets.

@Krasnov8953
Created September 12, 2019 09:34
Show Gist options
  • Save Krasnov8953/13c67b9fc5a187fef60b1f9aa2843469 to your computer and use it in GitHub Desktop.
Save Krasnov8953/13c67b9fc5a187fef60b1f9aa2843469 to your computer and use it in GitHub Desktop.
regex for validating string containing only whitespaces
/^(?!\s).*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment