Skip to contents

Get Camel case notation version of provided string.

Usage

text_to_camel(text)

Arguments

text

A string.

Value

A string

Note

This function has been auto-generated from the following Raylib function definition:

char * TextToCamel(const char * text);

Examples

if (FALSE) {
text_to_camel("Hello")
}