Regular Expression: Any character that is NOT a letter or number
Posted
by James Jeffery
on Stack Overflow
See other posts from Stack Overflow
or by James Jeffery
Published on 2010-06-07T17:57:46Z
Indexed on
2010/06/07
18:02 UTC
Read the original article
Hit count: 311
JavaScript
|regex
I'm trying to figure out the regular expression that will match any character that is not a letter or a number. So characters such as (,,@,£,() etc ...
Once found I want to replace it with a blank space.
Any advice.
© Stack Overflow or respective owner