@lgd-utils/regexp
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

@lgd-utils/regexp

Bundle size MIT NPM downloads NPM version lodash npm styled with prettier

A front-end regexp tool

Usage

import regexp from '@lgd-utils/regexp';

regexp.test(1, 2); // false
regexp.test(/^\d+$/, '45'); // true

Contribute

Documentation

Related

Package Sidebar

Install

npm i @lgd-utils/regexp

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

72.2 kB

Total Files

11

Last publish

Collaborators

  • lgd.huafeeng