Table of Contents

Table "Regex Options"

ID 3966
Namespace: System.Utilities

Table with options to use with Regular Expressions

Properties

Name Value
Extensible False
TableType Temporary
InherentEntitlements X
InherentPermissions X

Fields

Name Type Description
IgnoreCase Boolean
Multiline Boolean
ExplicitCapture Boolean
Compiled Boolean
Singleline Boolean
IgnorePatternWhitespace Boolean
RightToLeft Boolean
ECMAScript Boolean
CultureInvariant Boolean
MatchTimeoutInMs Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetRegexOptions

Gets the integer-representation of the combined regex options.

procedure GetRegexOptions(): Integer

Returns

Type Description
Integer

An integer for the combined regex options.

See also