summaryrefslogtreecommitdiffstats
path: root/tests/core/string
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98743 from dbnicholson/improve-compare-localesThaddeus Crews2024-11-121-4/+54
|\
| * Improve locale comparisonDan Nicholson2024-11-121-4/+54
* | Merge pull request #98547 from timothyqiu/loaded-locales-setThaddeus Crews2024-11-111-10/+20
|\ \
| * | Fix duplicated entries in `TranslationServer::get_loaded_locales()`Haoyu Qiu2024-10-261-10/+20
* | | Allow passing UID to importerJuan2024-11-111-1/+1
* | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-102-0/+102
|\ \ \ | |_|/ |/| |
| * | Add fuzzy string matching to quick open searchAdam Johnston2024-10-282-0/+102
| |/
* | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-12/+12
|\ \ | |/ |/|
| * Always add decimal when printing floatkobewi2024-10-231-12/+12
* | Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-1/+17
|/
* Add unit tests for String::parse_url()Pablo Andres Fuente2024-10-011-38/+53
* Parse fragment from URLHaoyu Qiu2024-09-271-0/+40
* Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-231-1/+15
* Added more unit tests for String insert and join.Mika Viskari2024-08-291-3/+28
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-13/+15
* Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-171-1/+1
|\
| * Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-081-1/+1
* | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-48/+74
|\ \
| * | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-48/+74
| |/
* / Split TranslationServer into its own fileHaoyu Qiu2024-08-152-1/+2
|/
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+14
* Add const char * overloads to String classWilson E. Alvarez2024-05-071-139/+151
* [Core] Fix incorrect file sort methodA Thousand Ships2024-03-241-0/+2
* Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-0/+8
* Fix String::begins_with when both strings are emptyMika Viskari2024-03-051-26/+37
* Merge pull request #81822 from nlupugla/nodepath-sliceRémi Verschelde2024-02-291-0/+53
|\
| * Added NodePath::slice method.nlupugla2023-12-131-0/+53
* | Fix running tests in template buildsA Thousand Ships2024-02-221-1/+1
* | Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-25/+40
* | Fix various spelling errorsRobert Yevdokimov2024-01-041-11/+11
|/
* Add more C++ unit tests for String to number conversionsMika Viskari2023-12-021-9/+72
* Do not replace starting digit with underscore when making identifierAlfonso J. Ramos2023-10-041-1/+1
* [String] Fix string conversion for -0.0 float values.bruvzg2023-09-051-0/+16
* Merge pull request #78529 from Chaosus/string_reverseRémi Verschelde2023-08-161-0/+5
|\
| * Add `String.reverse` methodYuri Roubinski2023-06-211-0/+5
* | Merge pull request #80362 from Calinou/string-use-unicode-compiletimeRémi Verschelde2023-08-071-3/+3
|\ \
| * | Use compile-time Unicode string conversionHugo Locurcio2023-08-071-3/+3
* | | Add a test suite for TranslationServerazuloo2023-07-111-0/+136
|/ /
* | Fix erroneous pad_zeros warningMewPurPur2023-07-081-0/+2
* | Merge pull request #74760 from lassade/unicode-err-uses-replacement-charRémi Verschelde2023-06-221-5/+5
|\ \ | |/ |/|
| * use the unicode replacement char on errorFelipe Jorge2023-03-121-5/+5
* | Improve error reporting when parsing CSV translation fileandybarcia2023-06-191-5/+27
* | Merge pull request #75510 from SilicDev/string_eraseClay John2023-05-051-0/+6
|\ \
| * | Reimplement String.eraseSilicDev2023-05-041-0/+6
| |/
* / Optimize Node::add_child validationJuan Linietsky2023-04-071-2/+2
|/
* Fix String.split() with empty string and delimeterVolTer2023-02-021-0/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-053-87/+87
* Improve logic for detecting and tracking extensionsBastiaan Olij2022-11-241-0/+6
* Double precision of `String.split_floats`Micky2022-11-201-9/+10
* Add support for empty delimiter in String.splitkobewi2022-11-041-0/+8