php 正则处理 两个字符串间的数据
?
?
$str=' this is my string{parent_id} hello'; if( preg_match("/{(.+?)}/isU",$str,$res)) echo $res[1]; #print_r($res); 结果输出parent_id
php 正则处理 两个字符串间的数据
?
?
$str=' this is my string{parent_id} hello'; if( preg_match("/{(.+?)}/isU",$str,$res)) echo $res[1]; #print_r($res); 结果输出parent_id
本文是由「 秘密武器开发者中心」编写整理,所有内容的版权归原作者所有。如果侵犯了您的权益,请联系我删除