Function Entry: XSTRCASE
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: XSTRCASE
Name
xstrcase
Class
BricsCAD Standard / Misc Function
Syntax
(xstrcase "aAbBcC")
Arguments and Values
- string (string) the string to be converted to
- uppercase
Description
xstrcase string) This function returns the string in uppercase.
Return Values
string, always in uppercase
Examples
(xstrcase "aAbBcC") "AABBCC"
Notes
see (strcase) function
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [xstrcase (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/xstrcase.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).