C# regular expression

Posted by vert on Stack Overflow See other posts from Stack Overflow or by vert
Published on 2010-05-29T13:57:21Z Indexed on 2010/05/29 14:02 UTC
Read the original article Hit count: 258

Filed under:
|

How would I write a regular expression (C#) which will check a given string to see if any of its characters are characters OTHER than the following:

a-z A-Z Æ æ Å å Ø ø - '

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about regex