This package has been deprecated

Author message:

Warning: private project && deprecate

regxs

0.0.4 • Public • Published

some common RegExp

一些常用的正则

Description(描述)

{
    phone: RegExp;
    email: RegExp;
    notSpecial: RegExp;
    IDCard: RegExp;
    date: RegExp;
    time: RegExp;
    onlyCn: RegExp;
    onlyNum: RegExp;
    onlyWord: RegExp;
    onlyNW: RegExp;
    url: RegExp;
    methods: {
        words: (number: number) => RegExp;
        getDomain: (search?: string, suffix?: string) => string | null;
    };
}

Readme

Keywords

none

Package Sidebar

Install

npm i regxs

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • ewardwang