dougcranston
Technical User
I have a need to replace all high bit codes from content gathered via a form, prior to writing it to a database. Server is Windows 2000 Server, and I do most of my server and client side in Javascript/Jscript.
What I am shooting for is after running a regex replace all other characters EXCEPT FOR:
Dec 09
Dec 10
Dec 13
Dec 32 - 126
All others I want to replace with a "blank" or Dec 32
Is their an easy way to accomplish this in Javascript Regex?
I have searched the web but I suspect I am either using the wrong search terms or it just never has come up, which I would find hard to believe.
Thanks in advance.
DougCranston
What I am shooting for is after running a regex replace all other characters EXCEPT FOR:
Dec 09
Dec 10
Dec 13
Dec 32 - 126
All others I want to replace with a "blank" or Dec 32
Is their an easy way to accomplish this in Javascript Regex?
I have searched the web but I suspect I am either using the wrong search terms or it just never has come up, which I would find hard to believe.
Thanks in advance.
DougCranston