Documentation
¶
Index ¶
Constants ¶
View Source
const AbortMe = "^(?:[a-zA-Z]{0,255})$"
View Source
const BirthDay = "^\\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$"
View Source
const NickName = "^[a-zA-Z]\\w{4,15}$"
View Source
const PhoneNumber = "/^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|18[0-9]|19[0-35-9])\\d{8}$/"
View Source
const UserEmail = "\\w[-\\w.+]*@([A-Za-z0-9][-A-Za-z0-9]+\\.)+[A-Za-z]{2,14}"
View Source
const UserPassword = "^(?![a-zA-Z]+$)(?!\\d+$)(?![^\\da-zA-Z\\s]+$).{6,16}$"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.