Difference between revisions of "ScriptCore3.QuoteRegExprMetaChars"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
(No difference)

Latest revision as of 15:57, 25 August 2013

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\.\(