System.RegularExpressions.TMatch.Result

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Result(const Pattern: string): string;

C++

System::UnicodeString __fastcall Result(const System::UnicodeString Pattern);

Properties

Type Visibility Source Unit Parent
function public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions TMatch

Description

Result returns the expansion of a single match with a specified replacement pattern.