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

Method string TextToSnake

include/Functions.hpp:437–439  ·  view source on GitHub ↗

* Get Snake case notation version of provided string */

Source from the content-addressed store, hash-verified

435 * Get Snake case notation version of provided string
436 */
437RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextToSnake(const std::string& text) {
438 return ::TextToSnake(text.c_str());
439}
440
441/**
442 * Get Camel case notation version of provided string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected