package
0.0.0-20241009055322-1f6985deb3c4
Repository: https://github.com/artisancloud/robotchat.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
*
* Check for lowercase character(s)
* @param string str <p>
* The input string.
*
* Check for uppercase character(s)
* @param string str <p>
* The input string.
*
* Make a string's first character lowercase
* @param string str <p>
* The input string.
*
* Convert the given string to lower-case.
*
* Uppercase the first character of each word in a string
* @param string str <p>
* The input string.