Merge pull request #76735 from AThousandShips/natural_cmp

Add `naturalcasecmp_to` function to `String`
This commit is contained in:
Rémi Verschelde 2023-05-09 17:44:37 +02:00
commit 5ade250c7d
No known key found for this signature in database
GPG key ID: C3336907360768E1
5 changed files with 143 additions and 59 deletions

View file

@ -262,6 +262,7 @@ public:
signed char casecmp_to(const String &p_str) const;
signed char nocasecmp_to(const String &p_str) const;
signed char naturalcasecmp_to(const String &p_str) const;
signed char naturalnocasecmp_to(const String &p_str) const;
const char32_t *get_data() const;