TRegExpMatch Class

Represents type TRegExpMatch.

Namespace: System.RegExp
TObject
  System.RegExp.TRegExpMatch
type
 TRegExpMatch = class(TObject)
 end;

The TRegExpMatch type exposes the following members.

Show:
 NameDescription
Groups

Represents property Groups.

Index

Represents property Index.

Length

Represents property Length.

Success

Represents property Success.

Value

Represents property Value.

Top
Show:
 NameDescription
GetGroups

Represents method GetGroups.

GetIndex

Represents method GetIndex.

GetLength

Represents method GetLength.

GetSuccess

Represents method GetSuccess.

GetValue

Represents method GetValue.

NextMatch

Represents method NextMatch.

Top