@jsep-plugin/regex
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

npm size

@jsep-plugin/regex

A JSEP plugin for adding regex expression support. Allows expressions of the form:

jsep('/abc/');
jsep('/abc/ig');
jsep('/[a-z]{3}/ig.test(a)');

Install

npm install @jsep-plugin/regex
# or
yarn add @jsep-plugin/regex

Usage

import jsep from 'jsep';
import jsepRegex from '@jsep-plugin/regex';
jsep.plugins.register(jsepRegex);

Meta

LICENSE (MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i @jsep-plugin/regex

Weekly Downloads

462,142

Version

1.0.3

License

MIT

Unpacked Size

25.9 kB

Total Files

15

Last publish

Collaborators

  • 6utt3rfly
  • leaverou
  • smekkie
  • soney