I agree. Although I think people need to be careful with regular expression functions. When doing tasks like replacing simple parts of a string, str_replace() is faster and more appropriate. No need to take the hammer to the screw, so-to-speak.