Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Alphabetic ¶ added in v0.1.11
Alphabetic counts the number of alphabetic characters in a string
Parameters:
s - the string to count alphabetic characters in
Returns:
The count of alphabetic characters in the string
func Alphanumeric ¶ added in v0.1.11
Alphanumeric counts the number of alphanumeric characters in a string
Parameters:
s - the string to count alphanumeric characters in
Returns:
The count of alphanumeric characters in the string
func Capital ¶
Capital counts the number of capital letters in a string
Parameters:
s - the string to count capital letters in
Returns:
The count of capital letters in the string
func Caps ¶
Caps counts the number of capital letters in a string
Parameters:
s - the string to count capital letters in
Returns:
The count of capital letters in the string
func Lowercase ¶
Lowercase counts the number of lowercase letters in a string
Parameters:
s - the string to count lowercase letters in
Returns:
The count of lowercase letters in the string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.