PHP regex question : how to match none-ascii letters in latin1_swedish_ci charset?

Posted by Shawn on Stack Overflow See other posts from Stack Overflow or by Shawn
Published on 2010-04-07T04:46:22Z Indexed on 2010/04/07 7:23 UTC
Read the original article Hit count: 250

Filed under:
|
|

I have this string : Verbesserungsvorschläge which I think is in German. Now I want to match it with a regex in php. To be more general, I want to match such characters like German which are not 100% in the ASCII set.

Thanks.

© Stack Overflow or respective owner

Related posts about regex

Related posts about unicode