Documentation ¶
Index ¶
Constants ¶
View Source
const (
CharactersSpecial = ",!@#$%^&*)(+=._-"
)
Variables ¶
This section is empty.
Functions ¶
func IsAlphanumeric ¶
func IsLowerAlpha ¶
func IsSpecialCharacter ¶
func IsText ¶
IsText checks the given value to contain only visible characters and various whitespaces, including line breaks. No ring bells and other control characters. The value is allowed to be empty.
func IsTitle ¶
IsTitle checks the given value is a single non-empty line with neither leading nor trailing spaces. It must contain only printable characters and single ASCII spaces (a space must not follow a space). No tabulations, no unbreakable spaces, no ring bells and other control characters.
func IsUpperAlpha ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.