标签: regex
我有问题。
regex:
\[if\s*\{.*\}(=|!=|>|<).*\].*\[endif\]
并输入一个字符串:
[if {val1}>'443']Hello[endif] developer! [if {val2}=22]Some info[endif]
可以重复很多次,例如 “ [if {val}> val] text [endif]”
如何获得每场比赛?现在这个正则表达式可以像