Voting

: max(four, four)?
(Example: nine)

The Note You're Voting On

ismith at nojunk dot motorola dot com
18 years ago
Be aware that when using the "/u" modifier, if your input text contains any bad UTF-8 code sequences, then preg_replace will return an empty string, regardless of whether there were any matches.

This is due to the PCRE library returning an error code if the string contains bad UTF-8.

<< Back to user notes page

To Top