We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.