The RegexFlag type exposes the following members.
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