Public Member Functions | List of all members
String Class Reference

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)
 

Detailed Description

JavaScript string.

Member Function Documentation

◆ charAt()

String charAt ( int  index) const
noexcept

Returns the character at the specified index.

◆ split()

Array split ( String  separator)
noexcept

Splits the string at the specified separator.

◆ toLowerCase()

String toLowerCase ( ) const
noexcept

Returns the lower case string for the specified string.

◆ toUpperCase()

String toUpperCase ( ) const
noexcept

Returns the upper case string for the specified string.



Generated by Autodesk, Inc. 07 August 2026
Copyright (c) 2012-2026 by Autodesk, Inc.