@feizheng/next-multiple-exec

1.0.0 • Public • Published

next-multiple-exec

Multiple exec for regexp.

version license size download

installation

npm install -S @feizheng/next-multiple-exec

usage

import '@feizheng/next-multiple-exec';

const re = /\${{(.*?)}}/g;
const str = '${{ GITHUB_API_TOKEN }} - ${{ afei }}';

nx.multipleExec(re, str);     // [ ' GITHUB_API_TOKEN ', ' afei ' ]

license

Code released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @feizheng/next-multiple-exec

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.86 kB

Total Files

5

Last publish

Collaborators

  • afeiship