Answers for "regular expression not to allow space in javascript"

0

regular expression not to allow space in javascript

var regexp = /^\S*$/; // a string consisting only of non-whitespaces
Posted by: Guest on December-03-2020

Code answers related to "regular expression not to allow space in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language