A collection of characters.
|
Method
|
Returns
|
Description
|
|
anyItem
|
Object
|
Returns any character.
|
|
firstItem
|
Object
|
Returns the first character.
|
|
itemByRange
|
Objects
|
Returns the characters within the specified range.
|
|
lastItem
|
Object
|
Returns the last character.
|
|
middleItem
|
Object
|
Returns the middle character.
|
|
nextItem
|
Object
|
Returns the next character.
|
|
previousItem
|
Object
|
Returns the previous character.
|