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

Method is_subsequence_ofn

core/string/ustring.cpp:3603–3605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3601}
3602
3603bool String::is_subsequence_ofn(const String &p_string) const {
3604 return _base_is_subsequence_of(p_string, true);
3605}
3606
3607bool String::is_quoted() const {
3608 return is_enclosed_in("\"") || is_enclosed_in("'");

Callers 12

update_paletteMethod · 0.80
update_scene_treeMethod · 0.80
update_treeMethod · 0.80
_property_path_matchesFunction · 0.80
_update_treeMethod · 0.80
_score_typeMethod · 0.80
test_string.hFile · 0.80

Calls

no outgoing calls

Tested by 2

_property_path_matchesFunction · 0.64