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']