StringCharacterIterator

constructor(text: String, begin: Int, end: Int, pos: Int)


constructor(text: String, pos: Int = 0)

Constructs an iterator with an initial index of 0.

Parameters

text

the String to be iterated over