How to check if a string contains special charachter in javascript

added by dotnetlogix
8/25/2011 1:42:27 PM

135 Views

How to check if a string contains special charachter in javascript -DotNetLogix


1 comments

dpeterson
8/25/2011 4:02:17 PM
Seems like a regular expression is the answer here, rather than a for loop.