Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-12-25 18:12
Flavor·ECMAScript (JavaScript)

/
{{(?:\s*[^\s{}]+\s*|{\s*[^\s{}]+\s*}|[&#^\/>!]\s*[^\s{}]+\s*)}}
/
g
Open regex in editor

Description

Useful for parsing HTML templates written in mustache language. This regex does not support custom delimiter tags. For documentation see: http://mustache.github.io/mustache.5.html

Submitted by anonymous