Add naturalcasecmp_to function to String
Functions as a complement to `naturalnocasecmp_to`
This commit is contained in:
parent
8c729f0f34
commit
46a7018e3c
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