User Profile
Collapse
-
yes...but [^\w] includes space. n i dont want it as an illegal character in the if statement in my first post on this thread...... -
basically i want to check use of characters other than space n alphanumeric characters of basic english...i want this in a form validation...fo r username...Leave a comment:
-
basically i want to check use of characters other than space,'(',')' n alphabets...Leave a comment:
-
How to check illegal characters excluding space?
i tried \w but it shows error in space...what to do...
var illegalChars = /\W/;
if (illegalChars.t est(str))
No activity results to display
Show More
Leave a comment: