vtils

Home > validator > yup > StringLocale

yup.StringLocale interface

Signature:

export interface StringLocale 

Properties

Property Modifiers Type Description
chineseIDCardNumber   LocaleValue  
chineseMobilePhoneNumber   LocaleValue  
email   LocaleValue<{ regex: RegExp; }>  
length   LocaleValue<{ length: number; }>  
lowercase   LocaleValue  
matches   LocaleValue<{ regex: RegExp; }>  
max   LocaleValue<{ max: number; }>  
min   LocaleValue<{ min: number; }>  
trim   LocaleValue  
uppercase   LocaleValue  
url   LocaleValue<{ regex: RegExp; }>