template-delimiters
Delimiters for common template engines.
Install
npm:
Install withnpm i template-delimiters --save-dev
Run tests
npm test
Usage
var delims = require('template-delimiters');
console.log(delims.handlebars);
//=> /\{\{\s*([^\}]+)\s*\}\}/g
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on October 18, 2014.