public enum ENStringMatchMode : System.Enum
public enum ENStringMatchMode : System.Enum
Member | Description |
---|---|
Contains | Matches all strings that contain a given substring. |
ContainsAllWords | Matches all strings that contain all words from a given other string. |
ContainsAnyWord | Matches all strings that contain a word starting with one of the words of a given substring and orders the matched strings by the number of matched words. |
EndsWith | Matches all strings that end with a given substring. |
StartsWith | Matches all strings that start with a given substring. |
WordEndsWith | Matches all strings that contains a word ending with a given substring. |
WordStartsWith | Matches all strings that contain a word starting with a given substring. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.DataStructures.ENStringMatchMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)