MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / replacen

Method replacen

core/string/ustring.cpp:4174–4176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4172}
4173
4174String String::replacen(const String &p_key, const String &p_with) const {
4175 return _replace_common(*this, p_key, p_with, true);
4176}
4177
4178String String::replacen(const char *p_key, const char *p_with) const {
4179 return _replace_common(*this, p_key, p_with, true);

Callers 7

_append_text_methodMethod · 0.80
_append_xml_methodMethod · 0.80
_generate_cs_methodMethod · 0.80
save_resource_asMethod · 0.80
_menu_option_confirmMethod · 0.80
editMethod · 0.80

Calls 1

_replace_commonFunction · 0.85

Tested by

no test coverage detected