Table of Contents

NonAllocIncrementalStringSplitter Constructor

NonAllocIncrementalStringSplitter(ReadOnlySpan<char>, char)

public NonAllocIncrementalStringSplitter(ReadOnlySpan<char> text, char splitChar)

Parameters

text ReadOnlySpan<char>
splitChar char

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

public NonAllocIncrementalStringSplitter(ReadOnlySpan<char> text, ReadOnlySpan<char> sequence, bool splitByAnyChar)

Parameters

text ReadOnlySpan<char>
sequence ReadOnlySpan<char>
splitByAnyChar bool

Exceptions

ArgumentException