我在 AngularJS 中使用 Mustache 样式的标签。什么是最好的正则表达式来返回一个只包含小胡子括号内的文本的数组?
样本数据:
"This could {{be }} a {{ string.with.dots_and_underscores }} of {{ mustache_style}} words which {{could}} be pulled."
预期输出:
['be','string.with.dots_and_underscores','mustache_style','could']