Table of Contents

NonAllocIncrementalStringSplitter Struct

public ref struct NonAllocIncrementalStringSplitter

Non-alloc, incremental string splitter designed for use with foreach statement. This enumerator searches text only when requested so good to use with larger text.

Inherited Members

Constructors

NonAllocIncrementalStringSplitter(ReadOnlySpan<char>, char)
NonAllocIncrementalStringSplitter(ReadOnlySpan<char>, ReadOnlySpan<char>, bool)