ScriptCore3.QuoteRegExprMetaChars

From Soldat Community Wiki
Revision as of 15:57, 25 August 2013 by Mighty (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
function QuoteRegExprMetaChars(const AStr: string): string
 AStr: source string
 Result: AStr with safe representation

Description

Replace all metachars with its safe representation.

Examples

abc$cd.( --> abc\$cd\.\(