Function Entry: STRCASE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: STRCASE
Name
strcase
Class
Function
Syntax
(strcase string [which])
Arguments and Values
string— stringwhich— optional T or nil
Description
Returns a string converted in case according to the supplied option.
Return Values
String.
Side Effects
None.
Compatibility
Case-conversion rules for non-ASCII characters are potentially version-sensitive in Unicode-aware modes.
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
Notes
- Autodesk documents that
whichequal to T requests lowercase conversion; otherwise uppercase conversion is used. - Autodesk documents that case mapping follows the currently configured character set.