Public Member Functions | |
| String | charAt (int index) const SKIP(noexcept) |
| Array | split (String separator) SKIP(noexcept) |
| String | toUpperCase () const SKIP(noexcept) |
| String | toLowerCase () const SKIP(noexcept) |
JavaScript string.
|
noexcept |
Returns the character at the specified index.
|
noexcept |
Returns the lower case string for the specified string.
|
noexcept |
Returns the upper case string for the specified string.