Lucas Perlind
|
67e6f57192
Small improvements strings documentation
|
2 years ago |
Lucas Perlind
|
6ff0cc0b40
Enforce example names in documentation
|
2 years ago |
Lucas Perlind
|
84d8798ad3
Fix website formatting and incorrect examples
|
2 years ago |
Jon Lipstate
|
bbafc3fbd6
harmonize to use null for c-string endings
|
2 years ago |
Jon Lipstate
|
194fa7cd98
rename nul to null, allocation clarifications
|
2 years ago |
Jon Lipstate
|
6dce07790a
add backticks on variables, code review comments
|
2 years ago |
Jon Lipstate
|
203ae32b79
pr pickups
|
2 years ago |
Jon Lipstate
|
7de67f8c1b
markdown compliant spaces
|
2 years ago |
Jon Lipstate
|
f5d66bcb6f
transform into odin-site parsable format
|
2 years ago |
Jon Lipstate
|
bf82c40964
string code docs
|
2 years ago |
gingerBill
|
74fb74d9cb
Keep `-vet` happy
|
2 years ago |
gingerBill
|
97d7e295dd
Fix to `split_multi_iterator`
|
2 years ago |
gingerBill
|
0727e91aeb
Simplify the implementation of `strings.split_multi`; add `strings.index_multi`
|
2 years ago |
gingerBill
|
133af6f826
Remove `delete` with wrong allocator
|
2 years ago |
gingerBill
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
gingerBill
|
c4d19dfa92
Use `uint` instead of `int` to improve code generation for bounds checking
|
2 years ago |
Adam Rasburn
|
0f036eebc0
doc fix for strings.last_index_any
|
3 years ago |
Ricardo Silva
|
2239e43faf
Fix strings.*_justify
|
3 years ago |
gingerBill
|
c90b7c38f1
Rename strings.Builder procedures to be consistent with the rest of the core library
|
3 years ago |
Jeroen van Rijn
|
6f1222e9bf
Update `strings.prefix_length` to handle partial UTF-8 runes.
|
3 years ago |
Jeroen van Rijn
|
9f413862e9
Add `strings.prefix_length` & `slice.prefix_length`
|
3 years ago |
gingerBill
|
ccb38c3dc6
Add _safe versions
|
3 years ago |
hikari
|
f026753692
strings: levenshtein_distance: remove `do`
|
3 years ago |
hikari
|
71b1cce517
strings: levenshtein_distance: 64 is actually faster than 256
|
3 years ago |
hikari
|
d8f0da164b
strings: levenshtein_distance: improve potential caching
|
3 years ago |
hikari
|
591732f347
strings: levenshtein_distance: remove costs calculation for default array
|
3 years ago |
hikari
|
eee97f7f62
strings: add levenshtein_distance procedure
|
3 years ago |
Jeroen van Rijn
|
c21c993646
[strings] fix.
|
3 years ago |
Jeroen van Rijn
|
24c48d22bc
[strings] Improve `cut`, add tests for it.
|
3 years ago |
Michael Kutowski
|
58f4d533b7
add string documentation & examples, fix & cleanup string_multi
|
3 years ago |