VolTer
|
57e39d0ce9
Fix String.split() with empty string and delimeter
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Bastiaan Olij
|
a479f5af22
Improve logic for detecting and tracking extensions
|
2 years ago |
Micky
|
e791f4fce2
Double precision of `String.split_floats`
|
2 years ago |
kobewi
|
8a47a12207
Add support for empty delimiter in String.split
|
3 years ago |
Aaron Franke
|
c60ac64e8f
Fix big negative numbers printing incorrect decimals in num_real
|
2 years ago |
Gilles Roudière
|
bf1a40c168
Make String.simplify_path keep the protocol identifier for urls
|
2 years ago |
Rémi Verschelde
|
cf6978f286
Merge pull request #64833 from MarcusElg/naninfprinting
|
2 years ago |
Danil Alexeev
|
d4555ef5fb
Add `String.to_{camel,pascal,snake}_case` methods
|
3 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Marcus Elg
|
b21460981d
Improve string formatting for %f and %v for inf and nan
|
3 years ago |
Marcus Elg
|
acd9736fc9
Formatting changes to string test comments
|
3 years ago |
Marcus Elg
|
dbc165715b
Add %v for formatting vectors
|
3 years ago |
Rémi Verschelde
|
62423b691e
Tests: Silence some intentional errors
|
3 years ago |
Rémi Verschelde
|
1418f97c70
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
|
3 years ago |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 years ago |
Haoyu Qiu
|
3094e739f5
Create onready variables when dropping nodes and holding Ctrl
|
3 years ago |
Haoyu Qiu
|
ad1a8777bd
Fix left aligned integer sign in string formatting
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |
Anilforextra
|
adbe948bda
String: Add contains().
|
3 years ago |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 years ago |
Wilson E. Alvarez
|
3eb5e0ac50
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
|
3 years ago |
Aaron Franke
|
13939734e0
Replace String::num_real code with a wrapper around String::num
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Haoyu Qiu
|
e4e4e475f8
Make `--doctool` locale aware
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Rémi Verschelde
|
2beaae4b6f
String: Remove `erase` method, bindings can't mutate String
|
3 years ago |
Aaron Franke
|
99a282f631
Move and organize tests into subfolders
|
3 years ago |