System.RegularExpressionsCore.TPerlRegEx.Study

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Study;

C++

void __fastcall Study(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Description

Optimizes the regex.

Study the regex. Studying takes time, but will make the execution of the regex a lot faster.

Call study if you will be using the same regex many times.

Study will also call Compile if this had not yet been done.

See Also

Code Examples