Skip to content

raylib.TextToPascal

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get Pascal case notation version of provided string WARNING: Limited functionality, only basic characters set

Parameters

Parameter Default Value Note
text

Return value

Condition Return Value
(always) number

Notes

Example

result = raylib.TextToPascal("hello world")
print result   // "HelloWorld"

Clone this wiki locally