Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 984 Bytes

File metadata and controls

32 lines (20 loc) · 984 Bytes

SplitOptions Enum

HomeFields

Namespace: Pihrtsoft.Text.RegularExpressions.Linq

Assembly: Pihrtsoft.Text.RegularExpressions.Linq.dll


Provides enumerated values to use when splitting a text.

[Flags]
public enum SplitOptions

Inheritance

ObjectValueTypeEnum → SplitOptions

Attributes

Fields

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.