-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.TextToUpper
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Get upper case version of provided string WARNING: Limited functionality, only basic characters set TODO: Support UTF-8 diacritics to upper-case, check codepoints
| Parameter | Default Value | Note |
|---|---|---|
| text |
| Condition | Return Value |
|---|---|
| (always) | number |
result = raylib.TextToUpper("hello")
print result // "HELLO"