JSPM

es6-template-regex

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15269
  • Score
    100M100P100Q139208F

Regex for matching es6 template delimiters.

Package Exports

  • es6-template-regex

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (es6-template-regex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

es6-template-regex NPM version

Regex for matching es6 template delimiters.

More info on the ECMAScript Language Specification.

Install

Install with npm

npm i es6-template-regex --save

Run tests

npm test

Usage

var re = require('es6-template-regex')();

console.log(re.exec('a ${b} c'));
//=> [ '${b}', 'b', index: 2, input: 'a ${b} c' ]

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.