Histórico de Commits

Autor SHA1 Mensagem Data
  gingerBill c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library há 3 anos atrás
  Jeroen van Rijn 6f1222e9bf Update `strings.prefix_length` to handle partial UTF-8 runes. há 3 anos atrás
  Jeroen van Rijn 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` há 3 anos atrás
  gingerBill ccb38c3dc6 Add _safe versions há 3 anos atrás
  hikari f026753692 strings: levenshtein_distance: remove `do` há 3 anos atrás
  hikari 71b1cce517 strings: levenshtein_distance: 64 is actually faster than 256 há 3 anos atrás
  hikari d8f0da164b strings: levenshtein_distance: improve potential caching há 3 anos atrás
  hikari 591732f347 strings: levenshtein_distance: remove costs calculation for default array há 3 anos atrás
  hikari eee97f7f62 strings: add levenshtein_distance procedure há 3 anos atrás
  Jeroen van Rijn c21c993646 [strings] fix. há 3 anos atrás
  Jeroen van Rijn 24c48d22bc [strings] Improve `cut`, add tests for it. há 3 anos atrás
  Michael Kutowski 58f4d533b7 add string documentation & examples, fix & cleanup string_multi há 3 anos atrás
  Jeroen van Rijn 3f3cc342b4 Update strings.odin há 3 anos atrás
  WalterPlinge 9080fa4a9d Update fields_iterator comment há 3 anos atrás
  WalterPlinge 5616ff9a40 Add fields_iterator proc há 3 anos atrás
  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. há 3 anos atrás
  Tetralux 2abba6e057 Don't use leading asterisks há 3 anos atrás
  Tetralux db5a1b0c78 Add doc comments to strings.split() and strings.split_n() há 3 anos atrás
  gingerBill f561147190 Correct _split_iterator há 3 anos atrás
  gingerBill 18e639f59b Add `strings.split_lines*` procedures há 3 anos atrás
  gingerBill f364ac60c2 Remove the hidden NUL byte past the end from `strings.clone` há 3 anos atrás
  gingerBill 4423bc0706 Fix typo há 3 anos atrás
  gingerBill 85f8c8df91 Fix `fields_proc` in `strings` and `bytes` há 3 anos atrás
  gingerBill e2f53ee107 Fix #1362 `strings.index_any` há 3 anos atrás
  gingerBill 91d089ffe2 Minor clean up to strings.odin há 4 anos atrás
  Ricardo Silva f6d496c81d Fix strings.index_any on small strings há 4 anos atrás
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line há 4 anos atrás
  gingerBill 251da264ed Remove unneeded semicolons from the core library há 4 anos atrás
  gingerBill bf56e3ea8d Improve `strings.index_any` and `strings.last_index_any` há 4 anos atrás
  gingerBill bf130087e7 Change to `strings.clone_from_cstring_bounded` há 4 anos atrás