Documentation
¶
Overview ¶
Package string provides an interface to process string in the simpler way.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCamelCase ¶ added in v1.2.0
IsCamelCase return a bool value indicating whether it is a valid camel case spelling.
func IsDigit ¶ added in v1.2.0
IsDigit return a bool value indicating whether it is a digit character.
func IsLower ¶ added in v1.2.0
IsLower return a bool value indicating whether it is a lowercase character.
func IsUpper ¶ added in v1.2.0
IsUpper return a bool value indicating whether it is an uppercase character.
func IsValidIdentifierName ¶ added in v1.2.0
IsValidIdentifierName return a bool value indicating whether it is a valid identifier name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.