 |
PHP: substr_replace - Manual - PHP: Hypertext Preprocessor
I recently needed a routine that would remove the characters in one string from another, like the regex and I needed it to be fast, and accept pretty much all input. The regex above won't work when strlen ...
php.net |
 |