Skip to content

Reference/Utility Classes/StringLineIterator

An iterator that iterates over the lines in a string.

How-To/Usage Guide

Find a how-to/usage guide for the StringLineIterator here class, or navigate to it via the 'The Basics' tab.


Class Signature

1
class StringLineIterator extends AbstractIterator<string>

Instance Method Signatures

#hasNext

1
public hasNext(): boolean

#next

1
public next(): string

#remove

1
public remove(): string | undefined

#reset

1
public reset(): void