I have a problem where odd characters (from Word etc) are getting into a field in the database and then when I am showing that field it is showing spurious characters.
Is it possible with a RegEx to remove any non-ASCII characters? Obviously I want people to still be able to use any special characters like !@£$%^&*()_-+= etc just not non-ASCII characters.
If anyone could help that would be great!
Many Thanks!
Updated: This is in CLASSIC ASP.
In order to do this task you will need to build up various regular expressions and execute them with a sub routine call before inserting your record into the database.
Here is an excerpt from an explanation from 1stclassmedia.