How to allow utf-8 charset in preg_match ???

Posted by Shri.harry on Stack Overflow See other posts from Stack Overflow or by Shri.harry
Published on 2010-05-29T06:56:54Z Indexed on 2010/05/29 7:02 UTC
Read the original article Hit count: 152

Filed under:

Hello everone, I am using preg_match() function only to allow specific charachters to accept. It is allowing all alphabates and numbers but along with that i also want to allow utf-8 characters such as "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ" so how can i allow this charachters from preg_match() function.Plase suggest me. Thanks in advance.

Regards

Shri

© Stack Overflow or respective owner

Related posts about php