mirror of https://github.com/godotengine/godot
Merge pull request #64714 from Chaosus/string_remove_erase
This commit is contained in:
commit
10bd79cc6a
|
|
@ -376,8 +376,6 @@ public:
|
|||
String path_join(const String &p_file) const;
|
||||
char32_t unicode_at(int p_idx) const;
|
||||
|
||||
void erase(int p_pos, int p_chars);
|
||||
|
||||
CharString ascii(bool p_allow_extended = false) const;
|
||||
CharString utf8() const;
|
||||
Error parse_utf8(const char *p_utf8, int p_len = -1, bool p_skip_cr = false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue