ISplitIterator.locateDelim

Locates the first delimiter occurrence in the current content string starting from contentstart.

  1. size_t locateDelim(cstring str, size_t start)
  2. size_t locateDelim(size_t start)
    class ISplitIterator
    size_t
    locateDelim
    (
    size_t start = 0
    )

Parameters

start size_t

start index, must be at most content.length

Return Value

Type: size_t

index of the first delimiter occurrence in str or str.length either not found or start >= content.length

Meta