Hi all,
I need the regular expression to find out any other characters present in the given string apart from the expression given (0-9,A-Z,a-z,._(underscore),-(hyphen),space). Thanks in advance.
Printable View
Hi all,
I need the regular expression to find out any other characters present in the given string apart from the expression given (0-9,A-Z,a-z,._(underscore),-(hyphen),space). Thanks in advance.
Well read any regex tutorial available online. They probably all tell you how to do this.Quote:
I need the regular expression to find out...