Substitutes in a specified string metasymbols with their safe performance
function QuoteRegExprMetaChars(aStr: string): string;
Log(QuoteRegExprMetaChars('abc$cd.('); //abc\$cd\.\(