Enum RXMatchFlags
[Flags]
public enum RXMatchFlags : uint
Remarks
These flags also exist in RXFlags (regexp constructor flags). You can set them either when calling constructor or when calling other functions.
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| ANCHORED | |
| ENDANCHORED | |
| NOTBOL | |
| NOTEMPTY | |
| NOTEMPTY_ATSTART | |
| NOTEOL | |
| NO_UTF_CHECK | |
| PARTIAL_HARD | |
| PARTIAL_SOFT |