TRegularExpression Class

Represents type TRegularExpression.

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

The TRegularExpression type exposes the following members.

Show:
 NameDescription
Create(String)

Overloaded. Initializes a new instance of the TRegularExpression class.

Create(String,TRegExpOptions)

Overloaded. Initializes a new instance of the TRegularExpression class.

Top
Show:
 NameDescription
IsMatch(String)

Overloaded. Represents method IsMatch(String).

IsMatch(String,Integer)

Overloaded. Represents method IsMatch(String,Integer).

IsMatch2(String,String)

Overloaded. Represents method IsMatch2(String,String).

Match(String)

Overloaded. Represents method Match(String).

Match(String,Integer)

Overloaded. Represents method Match(String,Integer).

Match(String,Integer,Integer)

Overloaded. Represents method Match(String,Integer,Integer).

Matches(String)

Overloaded. Represents method Matches(String).

Matches(String,Integer)

Overloaded. Represents method Matches(String,Integer).

Replace(String,String)

Overloaded. Represents method Replace(String,String).

Replace(String,String,Integer)

Overloaded. Represents method Replace(String,String,Integer).

Replace(String,TMatchEvaluator)

Overloaded. Represents method Replace(String,TMatchEvaluator).

Replace(String,TMatchEvaluator,Integer)

Overloaded. Represents method Replace(String,TMatchEvaluator,Integer).

Split(String)

Overloaded. Represents method Split(String).

Split(String,Integer)

Overloaded. Represents method Split(String,Integer).

Split(String,Integer,Integer)

Overloaded. Represents method Split(String,Integer,Integer).

Top