Answers for "regex match : Check whether or not a string is blank"

1

regex to check non empty string

/^(?!\s*$).+/
Posted by: Guest on November-17-2020

Code answers related to "regex match : Check whether or not a string is blank"

Code answers related to "Javascript"

Browse Popular Code Answers by Language