rh-regexp
Version:
```shell npm install rh-regexp ```
5 lines (4 loc) • 332 B
TypeScript
export * from './type';
import { RegExpUnit } from './type';
export declare function RegExps(regExpUnits: RegExpUnit[] | RegExpUnit, charCodeReg?: RegExp): (str: string) => boolean;
export declare function RegExpCount(regExpUnits: RegExpUnit[] | RegExpUnit, flag?: boolean, charCodeReg?: RegExp): (str: string) => RegExpUnit[];