ISplitIterator.remaining

class ISplitIterator
remaining
()

Return Value

Type: cstring

- a slice to the content string after the next delimiter when currently doing a 'foreach' iteration, - a slice to the content string after the last delimiter after a 'foreach' iteration has finished, - the content string if no 'foreach' iteration has been done or there is no delimiter occurrence in the content string.

Meta