Public Member Functions | List of all members
String Class Reference

Public Member Functions

String charAt (Integer index)
 
Array split (String separator)
 
String toUpperCase ()
 
String toLowerCase ()
 

Detailed Description

JavaScript string.

Member Function Documentation

◆ charAt()

String charAt ( Integer  index)

Returns the character at the specified index.

◆ split()

Array split ( String  separator)

Splits the string at the specified separator.

◆ toLowerCase()

String toLowerCase ( )

Returns the lower case string for the specified string.

◆ toUpperCase()

String toUpperCase ( )

Returns the upper case string for the specified string.



Generated by Autodesk, Inc. 05 April 2024
Copyright (c) 2012-2024 by Autodesk, Inc.