 |
How can you strip non-ASCII characters from a string? (in C#) - Stack Overflow
How can you strip non-ASCII characters from a string? (in C#) ... @Metro Smurf the ^ is the not operator. It tells the regex to find everything that doesn't match, instead of everything that does match.
stackoverflow.com |
 |