Skip to contents

Remove text spaces, concat words.

Usage

text_remove_spaces(text)

Arguments

text

A string.

Value

A string

Note

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

const char * TextRemoveSpaces(const char * text);

See also

Other remove functions: file_remove()

Examples

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