regex match, catch a string

前端 未结 0 1215
没有蜡笔的小新
没有蜡笔的小新 2021-01-18 23:26

I want catch word from {t(\'word\')}.

Try to use /(?<=t\\(([`|\'|"]?))(.*?)(?=\\1\\))/g.

But the result is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题