# Functions
base64 decode.
base64 encode.
No description provided by the author
No description provided by the author
No description provided by the author
IsEmpty returns a boolean of s equal "" or len(s) == 0.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Repeat returns a new string consisting of count copies of the string str.
Reverse reverse a string.
No description provided by the author
ToLower convert a string to lowercase.
ToTitle title string, initial char of the string to uppercase.
ToUpper convert a string to uppercase.
No description provided by the author