PHP, nested templates in preg_replace

前端 未结 4 1482
广开言路
广开言路 2021-01-13 21:41
preg_replace(\"/\\[b\\](.*)\\[\\/b\\]/Usi\", \"$1\", \"Some text here... [b][b]Hello, [b]PHP![/b][/b][/b] ... [b]and here[/b]\");
         


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-13 22:34

    edit your modifiers Usi and replace it with sim.

    EDIT:

    Give this a shot:

    $1', $str);
    echo $str;
    

提交回复
热议问题