Note to self:
Always use unicode modifier (/u) in preg_* functions, e.g.
preg_match(“/php/u”, “PHP is the web scripting language of choice.”)
Note to self:
Always use unicode modifier (/u) in preg_* functions, e.g.
preg_match(“/php/u”, “PHP is the web scripting language of choice.”)