summaryrefslogtreecommitdiffstats
path: root/core/string/char_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Core: Update `char_range.inc` to Unicode 16Thaddeus Crews2024-10-211-33/+33
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-031-0/+4
|\
| * Add is_valid_letter() to TextServerMJacred2024-05-021-0/+4
* | Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-1/+1
|/
* Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-12/+31
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-0/+20
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-0/+92