Skip to content

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

Parameters

Parameter Default Value Note
text

Return value

Condition Return Value
(always) number

Notes

Example

result = raylib.TextToUpper("hello")
print result   // "HELLO"

Clone this wiki locally