How i can add UTF support
Posted: Sun Apr 29, 2007 6:58 am
I have problems with this expression ([A-Za-z]+) how can i add here Estonian special chars ?
Like this ([A-Za-zöüõä]+) ?
Like this ([A-Za-zöüõä]+) ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
preg_match( '~[\x{4378}-\x{5642}a-z]+~ui', $stuff);