-
-
Save wtrocki/eea982defbf1ae1b811642444af78d07 to your computer and use it in GitHub Desktop.
Lodash/underscore custom template settings with {{ }}
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_.templateSettings = { | |
evaluate: /{{+([\s\S]+?)}}/g, | |
interpolate: /{{([\s\S]+?)}}/g, | |
escape: /{{-([\s\S]+?)}}/g | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment