std
A character string.
Checks if the string contains the given string.
comparing
The needle
If the current string contains the given string
Performs typical C-style string formatting. Only strings, doubles, and integers are supported.
formatList
The list of items to format with
The formatted string
Gets the length of a string.
The length of the string
Returns a substring of the current string from the given index.
beginIndex
The index to start the substring
The substring
Returns a substring of the current string from and to specified indices
endIndex
The index to end the substring
Converts the string to an integer.
The integer value of the string
Returns the string in all lowercase.
The string in all lowercase
Returns the string in all uppercase.
The string in all uppercase