Skip to content
Matt Fichman edited this page Dec 20, 2012 · 11 revisions

This iterator returns each of the characters in the string it points to in sequence.

Initializes the iterator; the iterator will iterate over the characters in 'str'.

Returns true if there are more elements in the array.

Returns the next character in the string.

No comment

Clone this wiki locally