【发布时间】:2014-06-09 04:53:44
【问题描述】:
这是我的情况:
Text [b Text Here ] [b]
使用(\[b)(?:\s.*)(?:\s|)(\]) 它会跳过] 捕获-->[b]
我如何捕获 first [ 或 ] after [b Text... 之前有任何字符/空格/数字?
更好地了解/理解here...
【问题讨论】:
标签: regex sublimetext2 syntax-highlighting bbcode