summaryrefslogtreecommitdiff
path: root/doc/classes/String.xml
AgeCommit message (Expand)Author
2021-10-22Fix `bin_to_int` documentation examplesRaul Santos
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-17Allow indexing of String values in scripting languagesGeorge Marques
2021-09-17Allow comparing equality between builtin types and nullGeorge Marques
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-24Merge pull request #52041 from Rubonnek/expose-simplify-pathMax Hilbrunner
2021-08-24Expose String.simplify_pathWilson E. Alvarez
2021-08-23Update documentation for is_absolute_path and is_rel_pathWilson E. Alvarez
2021-08-20Improve documentation for `String.get_extension()`Hugo Locurcio
2021-08-18String: Fix default decimals truncation in num and num_realRémi Verschelde
2021-08-08Fix Unicode URL link tags to render correctly.follower
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-20Change behavior of String.rightTomasz Chabora
2021-03-18doc: Sync classref with current sourceRémi Verschelde
2021-03-09Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde
2021-03-05Docs: Port Code Examples to C# (R, S, T, U)HaSa1002
2021-02-24Relaxes Node naming constraints in glTF documents to match the Editor.abaire
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke
2021-01-28Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke
2021-01-26Renamed String.ord_at to unicode_atYuri Roubinsky
2021-01-10Clarify `lstrip()/rstrip()` methods in `String` for removed charactersAndrii Doroshenko (Xrayez)
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-10doc: Sync classref to add operators after #43419Rémi Verschelde
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-04doc: Sync classref with current source + fixup some bindingsRémi Verschelde
2020-10-01Merge pull request #42435 from Calinou/doc-string-is-valid-ip-addressRémi Verschelde
2020-09-30Improve the `String.is_valid_ip_address()` documentationHugo Locurcio
2020-09-30Improve the String comparison methods' documentationHugo Locurcio
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-07-29Document how to perform advanced string splitting using RegExHugo Locurcio
2020-07-27Improve the Object, Reference and Resource class documentationsHugo Locurcio
2020-07-15Document which escape sequences are supported by `String.c_unescape()`Hugo Locurcio
2020-07-04Merge pull request #40103 from Calinou/doc-fix-string-capitalizeRémi Verschelde
2020-07-03Fix `String.capitalize()` description to follow camelCase changesHugo Locurcio
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-23Clarify what a string being empty meansMeriipu
2020-06-12Document the `in` operator in String, Array and Dictionary classesHugo Locurcio
2020-05-11doc: Sync classref with current sourceRémi Verschelde
2020-05-09GDScript: Add join method on StringMateo Kuruk Miccino
2020-03-09DocData: Fix serialization of Variant default valuesRémi Verschelde
2020-02-25doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde
2020-02-25Update docs and bindings for new integer vector typesRémi Verschelde
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-01-31Update docs to version 4.0clayjohn