TRegExpOption Enumeration

Represents type TRegExpOption.

Namespace: System.RegExp
type
 TRegExpOption = (roIgnoreCase, roMultiLine, roExplicitCapture, roSingleLine, roIgnorePatternSpace);

The TRegExpOption type exposes the following members.

Show:
 NameDescription
roExplicitCapture

Represents constant roExplicitCapture.

roIgnoreCase

Represents constant roIgnoreCase.

roIgnorePatternSpace

Represents constant roIgnorePatternSpace.

roMultiLine

Represents constant roMultiLine.

roSingleLine

Represents constant roSingleLine.

Top