Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidEmail ¶
IsValidEmail checks if the given string is a valid email address.
It returns true if the string is a valid email address, false otherwise.
Note: This function does not check if the email address is already in use.
func IsValidLogin ¶
IsValidLogin checks if the given string is a valid login.
It returns true if the string is a valid login, false otherwise.
Note: This function does not check if the login is already in use.
func IsValidPhone ¶
IsValidPhone checks if the given string is a valid uzbek phone number. It returns true if the string is a valid phone, false otherwise.
Note: This function does not check if the phone is already in use.
func IsValidUUID ¶
IsValidUUID checks if the given string is a valid UUID v4.
It returns true if the string is a valid UUID, false otherwise.
Note: This function does not check if the UUID is already in use.
Types ¶
This section is empty.