summaryrefslogtreecommitdiff
path: root/core/string/ustring.h
AgeCommit message (Expand)Author
2022-07-07Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg
2022-06-12Fix parameter name for String.left and String.rightHaoyu Qiu
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-17Create onready variables when dropping nodes and holding CtrlHaoyu Qiu
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04String: Add contains().Anilforextra
2022-01-28Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-24[Windows] Add support for handling network share paths.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Make `--doctool` locale awareHaoyu Qiu
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-09-30CharProxy: Add copy constructorRémi Verschelde
2021-09-04fix invalid string castDaniel Doran
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-06-16Rename `is_valid_integer()` to `is_valid_int()`Lightning_A
2021-06-11Reformat structure string operatorsAaron Franke
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-04-26[Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli
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-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10Create Variant built-in functions.reduz
2020-11-09Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz