function QuoteRegExprMetaChars(aStr: string): string;
==== Parameters ====
* **//aStr//**
* //type:// string
* //functions:// source string
==== Returned value ====
* //type:// string
* //functions:// resulting string
===== Examples =====
-Log(QuoteRegExprMetaChars('abc$cd.(');
//abc\$cd\.\(