summaryrefslogtreecommitdiff
path: root/doc/classes/String.xml
AgeCommit message (Expand)Author
2019-07-08Merge pull request #30412 from Larpon/docs/string-hex_to_int-improveRémi Verschelde
2019-07-07Provide documentation for String http_escape() and http_unescape() methodslmp
2019-07-07 Clearify how hex_to_int expects a '0x' prefixed string. Provide a small hex_...lmp
2019-07-05doc: Sync classref with current sourceRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-24doc: Sync classref with current sourceRémi Verschelde
2019-06-19Merge pull request #28648 from KoBeWi/substr-1Rémi Verschelde
2019-06-11Improved documentation of rsplit Method for String class.Zak
2019-06-01doc: Make all tutorial links track "latest" in master branchRémi Verschelde
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
2019-05-16Add "String Formatting" tutorial link to the 'String' docMichael Alexsander Silva Dias
2019-05-03Make second parameter of substr optionalTomasz Chabora
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-15doc: Sync classref with current sourceRémi Verschelde
2019-04-11Document String's 'is_valid_filename()'Michael Alexsander Silva Dias
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-01-07doc: Fix wrong references found by new makerst.pyRémi Verschelde
2018-12-24Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)
2018-10-12Filled missing Doc for String and FileDialogAlexander Holland
2018-08-31DocData: Fix return type listed as "var" instead of "Variant"Rémi Verschelde
2018-08-05Small doc formating changes and Linux cursor theme noteMichael Alexsander Silva Dias
2018-05-28Sync classref with current sourceRémi Verschelde
2018-05-23Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-19Added description to dedent in String.xmlAnutrix
2018-01-19Merge pull request #15857 from YeldhamDev/find_last_docPoommetee Ketson
2018-01-19[DOCS] Fixed incorrect information inside String's "find_last" method.Michael Alexsander Silva Dias
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-12-15Added rsplit() for String classDmitry Koteroff
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-11-13classref: Sync with current sourceRémi Verschelde
2017-10-23[DOCS] Stringmhilbrunner
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky