Function Entry: VL-STRING-TRIM
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-STRING-TRIM
Name
vl-string-trim
Class
Visual LISP Function
Syntax
(vl-string-trim char-set string)
Arguments and Values
char-set: trimming character setstring: source string
Description
Removes matching leading and trailing characters from the string.
Return Values
Trimmed string.
Side Effects
None.
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-trim (AutoLISP)](https://help.autodesk.com/cloudhelp/2026/PTB/AutoCAD-AutoLISP-Reference/files/GUID-FF1DA441-C9D8-4C99-BC6E-B2A72B562389.htm)
- Status: documented.