Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLower ¶
Example ¶
fmt.Println(IsLower("中文a1"))
fmt.Println(IsLower("中文A1"))
Output: true false
func IsLowerU ¶
Example ¶
fmt.Println(IsLowerU("a1"))
fmt.Println(IsLowerU("中文a1")) // be careful!
fmt.Println(IsLowerU("中文A1"))
Output: true false false
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.