summaryrefslogtreecommitdiffstats
path: root/doc/classes/String.xml
Commit message (Expand)AuthorAgeFilesLines
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Merge pull request #52041 from Rubonnek/expose-simplify-pathMax Hilbrunner2021-08-241-0/+6
|\
| * Expose String.simplify_pathWilson E. Alvarez2021-08-241-0/+6
* | Update documentation for is_absolute_path and is_rel_pathWilson E. Alvarez2021-08-231-2/+2
|/
* Improve documentation for `String.get_extension()`Hugo Locurcio2021-08-201-1/+11
* String: Fix default decimals truncation in num and num_realRémi Verschelde2021-08-181-0/+15
* Fix Unicode URL link tags to render correctly.follower2021-08-081-3/+3
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-362/+181
* Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-161-1/+1
* Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+12
* doc: Sync classref with current sourceRémi Verschelde2021-03-181-83/+117
* Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+7
|\
| * Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+7
* | Docs: Port Code Examples to C# (R, S, T, U)HaSa10022021-03-051-13/+35
|/
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-34/+30
* Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-281-9/+22
* Renamed String.ord_at to unicode_atYuri Roubinsky2021-01-261-9/+9
* Clarify `lstrip()/rstrip()` methods in `String` for removed charactersAndrii Doroshenko (Xrayez)2021-01-101-2/+4
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* doc: Sync classref to add operators after #43419Rémi Verschelde2020-11-101-4/+84
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-259/+5
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-33/+21
* Merge pull request #42435 from Calinou/doc-string-is-valid-ip-addressRémi Verschelde2020-10-011-1/+1
|\
| * Improve the `String.is_valid_ip_address()` documentationHugo Locurcio2020-09-301-1/+1
* | Improve the String comparison methods' documentationHugo Locurcio2020-09-301-3/+13
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+47
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Document how to perform advanced string splitting using RegExHugo Locurcio2020-07-291-2/+3
* Improve the Object, Reference and Resource class documentationsHugo Locurcio2020-07-271-1/+1
* Document which escape sequences are supported by `String.c_unescape()`Hugo Locurcio2020-07-151-2/+2
* Merge pull request #40103 from Calinou/doc-fix-string-capitalizeRémi Verschelde2020-07-041-1/+1
|\
| * Fix `String.capitalize()` description to follow camelCase changesHugo Locurcio2020-07-031-1/+1
* | Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-13/+5
|/
* Clarify what a string being empty meansMeriipu2020-06-231-1/+1
* Document the `in` operator in String, Array and Dictionary classesHugo Locurcio2020-06-121-4/+10
* doc: Sync classref with current sourceRémi Verschelde2020-05-111-13/+13
* GDScript: Add join method on StringMateo Kuruk Miccino2020-05-091-0/+13
* DocData: Fix serialization of Variant default valuesRémi Verschelde2020-03-091-7/+7
* doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde2020-02-251-5/+23
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-0/+30
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-0/+26
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-25/+25
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* Implement `Node::get_process_priority()` and its associated propertyHugo Locurcio2019-11-171-1/+0
* Merge pull request #33591 from zaksnet/fix-string-docs-splitRémi Verschelde2019-11-131-2/+17
|\
| * Fix split/rsplit docsZak2019-11-131-2/+17
* | Clarify that String.insert returns a copyRémi Verschelde2019-11-071-1/+1
|/