Namespace: Pihrtsoft.Text.RegularExpressions.Linq
Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll
Provides enumerated values to use when splitting a text.
[Flags]
public enum SplitOptions
Object → ValueType → Enum → SplitOptions
Name | Value | Summary |
---|---|---|
None | 0 | Specifies that no options are set. |
OmitGroupValues | 1 | Specifies that group values will be omitted from the result. |
OmitEmptyValues | 2 | Specifies that empty values will be omitted from the result. |