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 |
Jeroen van Rijn
|
3f3cc342b4
Update strings.odin
|
3 years ago |
WalterPlinge
|
9080fa4a9d
Update fields_iterator comment
|
3 years ago |
WalterPlinge
|
5616ff9a40
Add fields_iterator proc
|
3 years ago |
Lucas Perlind
|
6d354524e2
* Add split_by_byte_iterator. It functions exactly like split_iterator but takes in a byte seperator rather than a string seperator.
|
3 years ago |
Tetralux
|
2abba6e057
Don't use leading asterisks
|
3 years ago |
Tetralux
|
db5a1b0c78
Add doc comments to strings.split() and strings.split_n()
|
3 years ago |
gingerBill
|
f561147190
Correct _split_iterator
|
3 years ago |
gingerBill
|
18e639f59b
Add `strings.split_lines*` procedures
|
3 years ago |
gingerBill
|
f364ac60c2
Remove the hidden NUL byte past the end from `strings.clone`
|
3 years ago |
gingerBill
|
4423bc0706
Fix typo
|
3 years ago |
gingerBill
|
85f8c8df91
Fix `fields_proc` in `strings` and `bytes`
|
3 years ago |
gingerBill
|
e2f53ee107
Fix #1362 `strings.index_any`
|
3 years ago |
gingerBill
|
91d089ffe2
Minor clean up to strings.odin
|
4 years ago |
Ricardo Silva
|
f6d496c81d
Fix strings.index_any on small strings
|
4 years ago |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 years ago |