I had the same question with `$$` signs ([question with $$][1]), but can't get it to work (same code) with `\[` and `\]` signs. I need regex pattern to recognize when I'm inside those signs (I can have multiple ones in the same text, they all should be covered).
text.replace(/\$.*?\$/g, function(m, n){
if(caret > n && caret
以上就是RegEx - text between \[ and \]的详细内容,更多请关注web前端其它相关文章!