summaryrefslogtreecommitdiffstats
path: root/doc/classes/String.xml
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated note about `not` operator with String and StringNameelle2024-09-161-1/+1
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+31
* Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-5/+0
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-2/+10
* Fix various typos with codespellRémi Verschelde2024-05-071-2/+2
* Add a note for `String::reverse` to warn about its implementationYuri Rubinsky2024-04-301-1/+1
* Merge pull request #89608 from AThousandShips/format_doc_fixRémi Verschelde2024-04-081-0/+7
|\
| * [Doc] Clarify behavior of `String.format` with keys in replacementsA Thousand Ships2024-03-171-0/+7
* | Fix sorting of files/dirs in dialogsA Thousand Ships2024-03-201-4/+20
|/
* [Doc] Fix GDScript casing of `String.num_scientific`A Thousand Ships2024-02-241-2/+2
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* Update class reference to include some keywordsRedMser2024-02-091-2/+2
* Merge pull request #86639 from Mickeon/please-this-took-me-15-minutes-can-we-...Rémi Verschelde2024-01-111-3/+17
|\
| * Fixing some reports to String's documentationMicky2024-01-101-3/+17
* | Fix various typos in documentationSeptian2024-01-051-1/+1
|/
* Doc: Reference String <-> PackedByteArray conversions from each otherAaron Franke2023-09-121-5/+5
* Merge pull request #78529 from Chaosus/string_reverseRémi Verschelde2023-08-161-0/+6
|\
| * Add `String.reverse` methodYuri Roubinski2023-06-211-0/+6
* | Merge pull request #79092 from akien-mga/doctool-remove-version-attributeRémi Verschelde2023-07-071-1/+1
|\ \
| * | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | | Fix a typo in the `String.to_float` descriptionAmir-Rasteg2023-07-061-5/+5
|/ /
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Merge pull request #79050 from capnm/fix_teststr_whatYuri Sizov2023-07-051-1/+1
|\ \ | |/ |/|
| * Fix import hints that are followed by dot.number.Martin Capitanio2023-07-051-1/+1
* | Clarify `String.get_slice` behaviorNinni Pipping2023-06-201-1/+1
|/
* Mention that the not operator cannot be used with Strings and StringNamesTim Yuen2023-05-301-1/+1
* Merge pull request #77609 from RedworkDE/class-ref-code-fixesYuri Sizov2023-05-291-1/+1
|\
| * Fix more issues with code tags in class referenceRedworkDE2023-05-291-1/+1
* | Merge pull request #76526 from MewPurPur/improve-docs-top-sections-COREYuri Sizov2023-05-291-1/+1
|\ \ | |/ |/|
| * Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* | Merge pull request #77247 from Piralein/nohashforyouYuri Sizov2023-05-191-1/+1
|\ \ | |/ |/|
| * fix c# code exampleHana - Piralein2023-05-191-1/+1
* | Make documentation sorting use natural orderNinni Pipping2023-05-091-6/+6
* | Merge pull request #76735 from AThousandShips/natural_cmpRémi Verschelde2023-05-091-3/+13
|\ \
| * | Add `naturalcasecmp_to` function to `String`Ninni Pipping2023-05-071-3/+13
| |/
* / Reimplement String.eraseSilicDev2023-05-041-0/+8
|/
* add `hex_decode()` to `String`bendn2023-04-051-0/+18
* Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-0/+6
* Document using `String.uri_encode()` with `OS.shell_open()`Hugo Locurcio2023-03-031-2/+2
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-1/+1
|\
| * Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+1
* | Add missing documentation for String & StringNameMicky2023-02-141-6/+7
|/
* Mention `String.match()` is also called "glob"/"globbing"Hugo Locurcio2023-02-021-1/+1
* Add missing classref changes after #62942Rémi Verschelde2023-01-271-2/+2
* Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-0/+6
* Fix typos with codespellRémi Verschelde2022-12-151-4/+4
* Fix docstring for String.get_base_dirAndrés Botero2022-12-121-1/+1
* Update StringName documentation to match String'sMicky2022-12-091-6/+6
* Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde2022-12-091-0/+6
|\