PHP preg_match get in between string

后端 未结 5 1889
广开言路
广开言路 2020-12-18 20:44

I\'m trying to get the string hello world.

This is what I\'ve got so far:

$file = \"1232#hello world#\";

preg_match(\"#1232\\#(.*)\\##\         


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