[foreach:regex]
[r_hello]
[/foreach]
尝试匹配上述内容: ( and之间的regex
单词) will be以及介于:
and will be之间的任何内容。]
$1
[foreach:regex]
[/foreach]
$2
到目前为止,我有这个:/\[foreach:(.*)\](.*)\[\/foreach\]/s
但我收到了这个错误:Notice: Undefined index: regex] [r_hello
尝试:
/\[foreach:([^\]]*)\]\s*\[([^\]]*)\]\s*\[\/foreach\]/s
http://phpfiddle.org/main/code/7av-ypa
问题是: