summaryrefslogtreecommitdiffstats
path: root/tests/core/string/test_string.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+19
|\
| * Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-101-0/+19
| |\
| | * Add fuzzy string matching to quick open searchAdam Johnston2024-10-281-0/+19
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-12/+12
|\| |
| * | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-12/+12
| |\ \ | | |/ | |/|
| | * Always add decimal when printing floatkobewi2024-10-231-12/+12
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+17
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-1/+17
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-40/+53
|/
* 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
* | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-48/+74
|/
* [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
* Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-25/+40
* 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
* | Use compile-time Unicode string conversionHugo Locurcio2023-08-071-3/+3
* | 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
* | 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-051-29/+29
* 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
* Fix big negative numbers printing incorrect decimals in num_realAaron Franke2022-10-151-0/+4
* Make String.simplify_path keep the protocol identifier for urlsGilles Roudière2022-10-131-8/+10
* Merge pull request #64833 from MarcusElg/naninfprintingRémi Verschelde2022-10-031-0/+16
|\
| * Improve string formatting for %f and %v for inf and nanMarcus Elg2022-08-251-0/+16
* | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-12/+75
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
|/
* Formatting changes to string test commentsMarcus Elg2022-08-241-19/+19