Are the PHP preg_functions multibyte safe?

Viewed 19364

There are no multibyte 'preg' functions available in PHP, so does that mean the default preg_functions are all mb safe? Couldn't find any mention in the php documentation.

5 Answers
Related