I\'d like to use mustache style for expression: {{abc}}, it\'s pretty easy to write /({{[a-z]+}})/.
/({{[a-z]+}})/
However I cannot get it right to handle \\{{abc
\\{{abc