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

Method string TextToLower

include/Functions.hpp:423–425  ·  view source on GitHub ↗

* Get lower case version of provided string */

Source from the content-addressed store, hash-verified

421 * Get lower case version of provided string
422 */
423RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToLower(const std::string& text) {
424 return ::TextToLower(text.c_str());
425}
426
427/**
428 * Get Pascal case notation version of provided string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected