Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
4 months ago |
Lukas Tenbrink
|
a23f630781
Remove `String` clipping constructors.
|
4 months ago |
Lukas Tenbrink
|
512abc38b2
Remove implicit conversions from String, Char16String and CharString to data pointers. Make conversions to StrRange implicit to aid transition.
|
7 months ago |
Adam Scott
|
33e16435f5
Replace some problematic uses of `String::num` to `String::num_int64`
|
6 months ago |
Danil Alexeev
|
0339032969
RegEx: Fix handling of unset/unknown capture groups
|
8 months ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
Nikita\Nick
|
ebb5a5cc3d
[RegEx] Add show_error parameter to control error printing on compilation fail
|
11 months ago |
A Thousand Ships
|
a0dbdcc3ab
Replace `find` with `contains/has` where applicable
|
1 year ago |
Sofox
|
46b420f7ee
Fix for RegEx.sub truncating string when 'end' is used
|
1 year ago |
Sofox
|
7b2fd342e3
Fixed RegEx search_all for zero length matches/lookahead/lookbehind
|
1 year ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
Rémi Verschelde
|
e289cf7085
pcre2: Update to upstream version 10.42 (take two)
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rune-scape
|
e79be6ce07
Unify String and StringName
|
2 years ago |
kobewi
|
7adc8376ed
Change Array arguments to TypedArray
|
2 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 years ago |
kobewi
|
61a2cb65b1
Add static method for creating RegEx
|
3 years ago |
Marcel Admiraal
|
db1270d521
Generate error if RegEx offset is negative
|
4 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Ibrahn Sahir
|
f8a1c77fcf
Assign pointer null in RegEx::clear to avoid double free on destruction.
|
6 years ago |
Crazy-P
|
e4af39cbc0
Fixes several resource leaks in ...
|
7 years ago |