REPLACE_ALL
return _DoReplace(replaceThis, withThis, REPLACE_ALL,
return _DoReplace(replaceThis, withThis, REPLACE_ALL,
return _DoReplace(escape, "", REPLACE_ALL, 0, KEEP_CASE);
return _DoReplace(string.String(), "", REPLACE_ALL, 0, KEEP_CASE);
return _DoReplace(string, "", REPLACE_ALL, 0, KEEP_CASE);