charAt.String | Gets the character at given position |
compareTo.String | Compares this string to another Object |
concat.String | Concatenates two strings |
endsWith.String | Tests if the string ends with specified suffix |
equalsIgnoreCase.String | Compares this String to another String, ignoring case... |
equals.String | Compares this string to the specified object |
getBytes.String | Converts the string into a vector of bytes |
hashCode.String | Returns a hash code for this string |
indexOf.String | Gets the first position of a character or a substring |
lastIndexOf.String | Gets the last position of a character or a substring |
nchar.String | Gets the number of characters in the string |
Non-documented_objects | Non-documented objects |
regionMatches.String | Tests if two string regions are equal |
replace.String | Replaces all occurrences of oldChar in this string with... |
R.lang-package | Package R.lang |
set.String | Sets a new value of this string |
startsWith.String | Tests if the string starts with specified prefix |
substring.String | Gets a substring of this string |
toCharArray.String | Converts this string to a vector of characters |
toLowerCase.String | Converts all of the characters in this String to lower case |
toUpperCase.String | Converts all of the characters in this String to upper case |
trim.String | Removes white space from both ends of this string |
valueOf.String | Returns the string representation of the specified object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.