ISplitIterator.n

class ISplitIterator
uint
n
()

Return Value

Type: uint

the number of 'foreach' loop cycles so far. If the value is 0, either no 'foreach' iteration has been done since last reset() or there is no delimiter occurrence in the content string. remaining() will then return the content string.

Meta