The RegexFlag type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RegexFlag | Initializes a new instance of the RegexFlag class |
Fields
Name | Description | |
---|---|---|
![]() ![]() | EXTENDED |
Use POSIX Extended Regular Expression syntax when interpreting regex.
|
![]() ![]() | ICASE |
Do not differentiate case.
|
![]() ![]() | NEWLINE |
Match-any-character operators don't match a newline.
|
![]() ![]() | NONE |
Use regex defaults.
|
![]() ![]() | NOSUB |
Do not report position of matches.
|
See Also