Contents

isAtEnd

Flag that indicates whether the receiver has exhausted all significant characters.

Declaration

var isAtEnd: Bool { get }

Discussion

true if the receiver has exhausted all significant characters in its string, otherwise false.

If only characters from the set to be skipped remain, returns true.

See Also

Related Documentation