Merge pull request #76735 from AThousandShips/natural_cmp
Add `naturalcasecmp_to` function to `String`
This commit is contained in:
commit
5ade250c7d
5 changed files with 143 additions and 59 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue