Created
September 12, 2019 09:34
-
-
Save Krasnov8953/13c67b9fc5a187fef60b1f9aa2843469 to your computer and use it in GitHub Desktop.
regex for validating string containing only whitespaces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/^(?!\s).*$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment