/\$|\#|\%|\<|\>|\&|\^|\&|\*|\'|\,/
This is the regular expression to restrict special charterers. I just wanted to add white space RegEx along with the current expression.
/\$|\#|\%|\<|\>|\&|\^|\&|\*|\'|\,/
This is the regular expression to restrict special charterers. I just wanted to add white space RegEx along with the current expression.
Try this:
/\$|\#|\%|\<|\>|\&|\^|\&|\*|\'|\,|\s/