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

Function TextFindIndex

include/Functions.hpp:409–411  ·  view source on GitHub ↗

* Find first text occurrence within a string */

Source from the content-addressed store, hash-verified

407 * Find first text occurrence within a string
408 */
409RLCPP_MAYBEUNUSED RLCPPAPI inline int TextFindIndex(const std::string& text, const std::string& find) {
410 return ::TextFindIndex(text.c_str(), find.c_str());
411}
412
413/**
414 * Get upper case version of provided string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected