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

Method string TextSubtext

include/Functions.hpp:370–372  ·  view source on GitHub ↗

* Get a piece of a text string */

Source from the content-addressed store, hash-verified

368 * Get a piece of a text string
369 */
370RLCPP_MAYBEUNUSED RLCPPAPI inline std::string TextSubtext(const std::string& text, int position, int length) {
371 return ::TextSubtext(text.c_str(), position, length);
372}
373
374/**
375 * Replace text string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected