I have to validate a String with only white spaces. In my String white spaces between a String is allowed but only white spaces not allowed. For example "conditions apply","conditions" etc is allowed but not " ". ie, only white space not allowed
I want a regular expression in JavaScript for this
