R/functions.R
text_remove_spaces.Rd
Remove text spaces, concat words.
text_remove_spaces(text)
A string.
A string
This function has been auto-generated from the following Raylib function definition:
const char * TextRemoveSpaces(const char * text);
Other remove functions: file_remove()
file_remove()
if (FALSE) { text_remove_spaces("Hello") }