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
- [acet-str-replace (Express Tools, AutoLISP 2026)](https://help.autodesk.com/cloudhelp/2026/ENU/AutoCAD-AutoLISP-Reference/files/GUID-4CE7D81F-BFE6-4221-B9FE-EC7D7680546E.htm)
- Status: documented (Phase 3 body fill from the Express Tools category page).