Function Entry: VL-STRING-TRANSLATE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-STRING-TRANSLATE
Name
vl-string-translate
Class
Visual LISP Function
Syntax
(vl-string-translate from-set to-set string)
Arguments and Values
from-set: source character setto-set: replacement character setstring: source string
Description
Translates characters in the source string according to the mapping from from-set to to-set.
Return Values
Translated string.
Side Effects
None.
Compatibility
Character mapping semantics should be treated as Unicode-sensitive in modern hosts.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vl-string-translate (AutoLISP)](https://help.autodesk.com/cloudhelp/2023/ENU/AutoCAD-AutoLISP-Reference/files/GUID-57060085-C79D-4613-B438-506AC443BCE7.htm)
- Status: documented.
Notes
- Autodesk documents that characters in
stringmatching characters infrom-setare replaced by corresponding characters fromto-set. - Autodesk documents an AutoCAD 2021 change from ASCII-oriented to Unicode-aware behavior under
LISPSYS.