std-string-translate


Synopsis

(std-string-translate <old> <new> <str>) ; replace charbags

Description

missing

Note:

This is the same as the (in R14 undocumented) Visual LISP function VL-STRING-TRANSLATE.

Examples

(std-string-translate "abcdefgh" "ABCDEFGH" "my house is yellow")
=> "my HousE is yEllow"

Arguments

old: a string.

new: a string.

str: a string.

Return Value

A string.

Side Effects

None.

Module

(std-require 'STDSTR)

Defined in STDSTR