summaryrefslogtreecommitdiffstats
path: root/doc/classes/String.xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Unify String and StringNamerune-scape2022-12-051-0/+6
* | Overhaul String DocumentationMicky2022-12-051-198/+305
|/
* Merge pull request #68217 from Mickeon/doc-stringmngffhMax Hilbrunner2022-11-231-3/+25
|\
| * Add missing String & StringName operator descriptionsMicky2022-11-231-3/+25
* | Double precision of `String.split_floats`Micky2022-11-201-1/+1
* | Merge pull request #68229 from Mickeon/c-escape-hellRémi Verschelde2022-11-141-1/+1
|\ \
| * | Remove "?" from String.c_escape()Micky2022-11-031-1/+1
| |/
* / Add support for empty delimiter in String.splitkobewi2022-11-041-4/+4
|/
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-7/+7
* Merge pull request #66361 from dalexeev/remove-int-plus-stringRémi Verschelde2022-11-021-6/+0
|\
| * Remove confusing `String + int` and `int + String` operationsDanil Alexeev2022-09-241-6/+0
* | Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|/
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-0/+18
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-2/+2
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-40/+40
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-95/+95
* updated the String class with info about the 'allow_empty' optional argumentTom2022-08-051-0/+3
* Improve String.format() documentationHaoyu Qiu2022-06-271-1/+16
* Fix parameter name for String.left and String.rightHaoyu Qiu2022-06-121-4/+4
* Fixing some of my own typos...nova++2022-03-311-2/+1
* doc: Fix String.rsplit code exampleRémi Verschelde2022-03-261-2/+2
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-0/+24
* Remove generating of null comparison operators from documentationYuri Roubinsky2022-03-141-10/+0
* Added or improved documentation to a few more String methodsNova2022-02-231-3/+36
* Document String's humanize_size static methodNova2022-02-221-0/+2
* Update doc for match: empty argument doesn't match anythingMarkus Sauermann2022-02-211-2/+2
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Clarify identical `hash()` return values due to collisionsHugo Locurcio2022-02-121-1/+2
* [GDExtension] Add binds for missing methods, operators, and constants require...bruvzg2022-02-081-0/+16
* String: Add contains().Anilforextra2022-02-041-0/+7
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Clarify to_float() and to_int() methodskobewi2022-01-171-2/+13
* Fix usage of "Return" in the docskobewi2022-01-021-1/+1
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-1/+10
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Merge pull request #54453 from KoBeWi/slice_of_stringRémi Verschelde2021-11-021-0/+14
|\
| * Expose String.get_slicekobewi2021-11-021-0/+14
* | Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-85/+89
|/
* Fix `bin_to_int` documentation examplesRaul Santos2021-10-221-2/+2