Jeroen van Rijn
|
c21c993646
[strings] fix.
|
3 лет назад |
Jeroen van Rijn
|
24c48d22bc
[strings] Improve `cut`, add tests for it.
|
3 лет назад |
Michael Kutowski
|
58f4d533b7
add string documentation & examples, fix & cleanup string_multi
|
3 лет назад |
Jeroen van Rijn
|
3f3cc342b4
Update strings.odin
|
3 лет назад |
WalterPlinge
|
9080fa4a9d
Update fields_iterator comment
|
3 лет назад |
WalterPlinge
|
5616ff9a40
Add fields_iterator proc
|
3 лет назад |
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 лет назад |
Tetralux
|
2abba6e057
Don't use leading asterisks
|
3 лет назад |
Tetralux
|
db5a1b0c78
Add doc comments to strings.split() and strings.split_n()
|
3 лет назад |
gingerBill
|
f561147190
Correct _split_iterator
|
3 лет назад |
gingerBill
|
18e639f59b
Add `strings.split_lines*` procedures
|
3 лет назад |
gingerBill
|
f364ac60c2
Remove the hidden NUL byte past the end from `strings.clone`
|
3 лет назад |
gingerBill
|
4423bc0706
Fix typo
|
3 лет назад |
gingerBill
|
85f8c8df91
Fix `fields_proc` in `strings` and `bytes`
|
3 лет назад |
gingerBill
|
e2f53ee107
Fix #1362 `strings.index_any`
|
3 лет назад |
gingerBill
|
91d089ffe2
Minor clean up to strings.odin
|
4 лет назад |
Ricardo Silva
|
f6d496c81d
Fix strings.index_any on small strings
|
4 лет назад |
gingerBill
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 лет назад |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 лет назад |
gingerBill
|
bf56e3ea8d
Improve `strings.index_any` and `strings.last_index_any`
|
4 лет назад |
gingerBill
|
bf130087e7
Change to `strings.clone_from_cstring_bounded`
|
4 лет назад |
gingerBill
|
38e038a1ab
Add `strings.clone_from` and `strings.clone_from_nul_terminated`
|
4 лет назад |
Jeroen van Rijn
|
d260ca6738
string.cut uses context.allocator by default.
|
4 лет назад |
Jeroen van Rijn
|
0dc900ba34
Add `strings.cut`, which returns a substring.
|
4 лет назад |
gingerBill
|
86649e6b44
Core library clean up: Make range expressions more consistent and replace uses of `..` with `..=`
|
4 лет назад |
gingerBill
|
e82f8214e8
Add `bytes.remove`, `bytes.remove_all`, `strings.remove`, `strings.remove_all`
|
4 лет назад |
gingerBill
|
d33350e3a5
Add truncate_to_byte and truncate_to_rune for packages strings and bytes
|
4 лет назад |
gingerBill
|
3337412228
`split*_iterator` procedures for package bytes and strings
|
4 лет назад |
gingerBill
|
aa93305015
Replace usage of `inline proc` with `#force_inline proc` in the core library
|
4 лет назад |
gingerBill
|
edbb3e3b32
Fix typos
|
4 лет назад |