diff options
| author | Max Hilbrunner | 2018-05-23 17:19:35 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-23 17:19:35 +0200 |
| commit | acf6c326fb6a800040ac31da7cc37b9560571434 (patch) | |
| tree | b50f15a1e298646c5b26874dc3593c53708ca496 /core/ustring.h | |
| parent | f1e5a47fab3b6e305427deb9fac03e9295dd7b16 (diff) | |
| parent | 6fe415ca7f439d56321d327dfdd18105a09a70d1 (diff) | |
| download | godot-acf6c326fb6a800040ac31da7cc37b9560571434.tar.gz godot-acf6c326fb6a800040ac31da7cc37b9560571434.tar.zst godot-acf6c326fb6a800040ac31da7cc37b9560571434.zip | |
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h index 1ed694bb8..b57e9629d 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -172,6 +172,7 @@ public: String get_slicec(CharType p_splitter, int p_slice) const; Vector<String> split(const String &p_splitter, bool p_allow_empty = true, int p_maxsplit = 0) const; + Vector<String> rsplit(const String &p_splitter, bool p_allow_empty = true, int p_maxsplit = 0) const; Vector<String> split_spaces() const; Vector<float> split_floats(const String &p_splitter, bool p_allow_empty = true) const; Vector<float> split_floats_mk(const Vector<String> &p_splitters, bool p_allow_empty = true) const; |
