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

Method string TextToPascal

include/Functions.hpp:430–432  ·  view source on GitHub ↗

* Get Pascal case notation version of provided string */

Source from the content-addressed store, hash-verified

428 * Get Pascal case notation version of provided string
429 */
430RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToPascal(const std::string& text) {
431 return ::TextToPascal(text.c_str());
432}
433
434/**
435 * Get Snake case notation version of provided string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected