removing special characters in asp

Posted by tibin mathew on Stack Overflow See other posts from Stack Overflow or by tibin mathew
Published on 2010-04-01T04:00:56Z Indexed on 2010/04/01 4:03 UTC
Read the original article Hit count: 641

Filed under:
|

hi,

I want to identify special characters and remove that special characters from my string or a word

for example

  1. O'neil - i want to remove (') from this word.

  2. Muñoz, A. Patrick - i want to remove above character of n (ñ)

similarly i want to remove all special characters from my strings.

I want to do this in asp

How can i do this

© Stack Overflow or respective owner

Related posts about asp

Related posts about special-characters