0.0.7 • Published 4 years ago

@lgd-utils/regexp v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago