zy-react-library/regular/index.d.ts

55 lines
1.2 KiB
TypeScript
Raw Permalink Normal View History

2025-10-22 14:43:42 +08:00
/**
* 86
*/
export const PHONE: RegExp;
/**
*
*/
export const UNIFIED_SOCIAL_CREDIT_CODE: RegExp;
/**
* 1518
*/
export const ID_NUMBER: RegExp;
/**
*
*/
export const MOBILE_PHONE: RegExp;
/**
*
*/
export const FLOATING_POINT_NUMBER: RegExp;
/**
*
*/
export const TWO_DECIMAL_PLACES: RegExp;
/**
*
*/
export const ONE_DECIMAL_PLACES: RegExp;
/**
*
*/
export const LICENSE_PLATE_NUMBER: RegExp;
/**
* 8
*/
export const STRONG_PASSWORD: RegExp;
/**
* HTML
*/
2025-10-28 13:39:16 +08:00
export const HTML_TAG: RegExp;
/**
*
*/
export const POSTAL_CODE: RegExp;