0.0.4 • Published 8 years ago

regxs v0.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

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;
    };
}