UNPKG

@mm-custom/regexp

Version:

正则表达式库

7 lines (6 loc) 224 B
/** 正整数 */ export declare const positiveIntegerReg: RegExp; /** 自然数 */ export declare const naturalNumberReg: RegExp; /** 非零开头的数字(包含小数) */ export declare const nonZeroNumberReg: RegExp;