Which is more efficient, PHP string functions or regex in PHP?

后端 未结 9 1905
甜味超标
甜味超标 2020-12-06 16:48

I\'m writing PHP code to parse a string. It needs to be as fast as possible, so are regular expressions the way to go? I have a hunch that PHP string functions are more expe

9条回答
提交回复
热议问题