acet-str-replace
(acet-str-replace oldStr newStr
inString [caseInsensitive [wildcardMatch
[numReplaces]]])
Returns the result string from
replacing oldStr with string newStr
in string inString;
if caseInsensitive is provided
and non-NIL, the replacement is performed in case-insensitive
mode;
if wildcardMatch is provided and
non-NIL, the replacement is performed in regular expression
mode;
if numReplaces is provided and
non-NIL, the replacement is performed numReplaces times, if omitted,
any occurrence is replaced.
© Menhirs NV. All rights reserved. |