Function Entry: VL-STRING-LEFT-TRIM

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VL-STRING-LEFT-TRIM

Name

vl-string-left-trim

Class

Visual LISP Function

Syntax

(vl-string-left-trim char-set string)

Arguments and Values

  • char-set: string listing characters to remove
  • string: source string

Description

Removes matching leading 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.