function QuoteRegExprMetaChars(const AStr: string): string AStr: source string Result: AStr with safe representation
Replace all metachars with its safe representation.
abc$cd.( --> abc\$cd\.\(