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

Method remove_chars

core/string/ustring.cpp:3037–3039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3035}
3036
3037String String::remove_chars(const String &p_chars) const {
3038 return _remove_chars_common(*this, p_chars.ptr(), p_chars.length());
3039}
3040
3041String String::remove_chars(const char *p_chars) const {
3042 return _remove_chars_common(*this, p_chars, strlen(p_chars));

Callers 15

_msg_rq_screenshotMethod · 0.80
fix_doc_descriptionFunction · 0.80
resolve_symbolMethod · 0.80
create_tempMethod · 0.80
create_tempMethod · 0.80
find_named_colorMethod · 0.80
fix_doc_descriptionFunction · 0.80
process_gdscript_lineMethod · 0.80

Calls 4

_remove_chars_commonFunction · 0.85
strlenFunction · 0.85
ptrMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected