MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / string TextToUpper

Method string TextToUpper

include/Functions.hpp:416–418  ·  view source on GitHub ↗

* Get upper case version of provided string */

Source from the content-addressed store, hash-verified

414 * Get upper case version of provided string
415 */
416RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToUpper(const std::string& text) {
417 return ::TextToUpper(text.c_str());
418}
419
420/**
421 * Get lower case version of provided string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected