System.RegularExpressionsCore.TPerlRegEx.SplitCapture

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SplitCapture(const Strings: TStrings; Limit: Integer); overload;
procedure SplitCapture(const Strings: TStrings; Limit: Integer; Offset : Integer); overload;

C++

void __fastcall SplitCapture(System::Classes::TStrings* const Strings, int Limit)/* overload */;
void __fastcall SplitCapture(System::Classes::TStrings* const Strings, int Limit, int Offset)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Beschreibung

Teilt den Subject-String entsprechend der Übereinstimmungen im regulären Ausdruck auf. Schließt Gruppen ein.

Die Erfassungsgruppen werden auch zu Strings hinzugefügt.