TRegExpOption Enumeration
Represents type TRegExpOption.
type TRegExpOption = (roIgnoreCase, roMultiLine, roExplicitCapture, roSingleLine, roIgnorePatternSpace);
The TRegExpOption type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() | roExplicitCapture | Represents constant |
![]() | roIgnoreCase | Represents constant |
![]() | roIgnorePatternSpace | Represents constant |
![]() | roMultiLine | Represents constant |
![]() | roSingleLine | Represents constant |
