Skip to contents

Get upper case version of provided string.

Usage

text_to_upper(text)

Arguments

text

A string.

Value

A string

Note

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

const char *TextToUpper(const char *text);