Содержание

QuoteRegExprMetaChars

Substitutes in a specified string metasymbols with their safe performance

Syntax

function QuoteRegExprMetaChars(aStr: string): string;

Parameters

Returned value

Examples

  1. Log(QuoteRegExprMetaChars('abc$cd.(');
    //abc\$cd\.\(