Function Entry: ACET-STR-REPLACE

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

Function Entry: ACET-STR-REPLACE

Name

acet-str-replace

Class

Express Tools Function

Syntax

(acet-str-replace find replace string [ignoreCase [useRegExp [count]]])

Description

Replaces one substring with another within a string. With useRegExp, the find/replace pattern is treated as a regular expression.

Return Values

Vendor-defined; see the per-category page cited under Source Notes.

Side Effects

Vendor-defined.

Examples

Not documented in the current category page.

Availability

  • AutoCAD 2026: documented (Windows-only Express Tools; requires (acet-load-expresstools)).
  • BricsCAD V26: not documented.
  • Status: AutoCAD-only.

Source Notes