RegexFlag Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines flags that can be combined to control how regular expressions are used in the pattern analyzer and pattern tokenizer.
public readonly struct RegexFlag : IEquatable<Azure.Search.Documents.Indexes.Models.RegexFlag>
type RegexFlag = struct
Public Structure RegexFlag
Implements IEquatable(Of RegexFlag)
- Inheritance
-
RegexFlag
- Implements
Constructors
RegexFlag(String) |
Initializes a new instance of RegexFlag. |
Properties
CanonEq |
Enables canonical equivalence. |
CaseInsensitive |
Enables case-insensitive matching. |
Comments |
Permits whitespace and comments in the pattern. |
DotAll |
Enables dotall mode. |
Literal |
Enables literal parsing of the pattern. |
Multiline |
Enables multiline mode. |
UnicodeCase |
Enables Unicode-aware case folding. |
UnixLines |
Enables Unix lines mode. |
Methods
Equals(RegexFlag) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RegexFlag, RegexFlag) |
Determines if two RegexFlag values are the same. |
Implicit(String to RegexFlag) |
Converts a string to a RegexFlag. |
Inequality(RegexFlag, RegexFlag) |
Determines if two RegexFlag values are not the same. |
Applies to
Azure SDK for .NET