转自:http://benchmarks.ro/2011/02/str_replace-vs-preg_replace/ 事实证明str_replace确实比preg_replace快. If you find yourself handling strings and replacing sub-strings within them you want to make sure that you are using the fastest way possible to do it.In or…