ISplitIterator.next

Searches the next delimiter.

class ISplitIterator
next
()

Return Value

Type: cstring

a slice to the content between the previous and next delimiter, if found. If not found and include_remaining is true, the remaining content is returned or null if include_remaining is false.

Meta