Answers for "validate whitespace and @ in javascript"

-1

check whitespace in javascript

if (/s/.test(str)) {
    // It has any kind of whitespace
}
Posted by: Guest on August-04-2020

Code answers related to "validate whitespace and @ in javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language