Public Member Functions | |
String | charAt (Integer index) |
Array | split (String separator) |
String | toUpperCase () |
String | toLowerCase () |
JavaScript string.
String toLowerCase | ( | ) |
Returns the lower case string for the specified string.
String toUpperCase | ( | ) |
Returns the upper case string for the specified string.