std-string-translate | ![]() |
(std-string-translate <old> <new> <str>) ; replace charbags
missing
Note:
This is the same as the (in R14 undocumented) Visual LISP function VL-STRING-TRANSLATE.
(std-string-translate "abcdefgh" "ABCDEFGH" "my house is yellow")
=> "my HousE is yEllow"
old: a string.
new: a string.
str: a string.
A string.
None.
(std-require 'STDSTR)
Defined in STDSTR