Skip to content

raylib.TextToCamel

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get Camel 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.TextToCamel("HelloWorld")
print result   // "helloWorld"

Clone this wiki locally