v/vlib/strings
Alexander Medvednikov 014c3c97f0 all: byte => u8 2022-04-15 14:45:52 +03:00
..
textscanner all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
README.md
builder.c.v all: byte => u8 2022-04-15 14:45:52 +03:00
builder.js.v builtin: more byte => u8 2022-04-15 14:10:11 +03:00
builder_test.js.v
builder_test.v strings: add a `Builder.ensure_cap()` method (#13755) 2022-03-18 10:36:53 +02:00
similarity.v
similarity_test.js.v js: fix string.bytes codegen, readline, add tests for `strings` (#12060) 2021-10-04 18:28:30 +03:00
similarity_test.v
strings.c.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
strings.js.v
strings.v strings: add find_between_pair (#13468) 2022-02-15 15:12:15 +02:00
strings_test.js.v
strings_test.v strings: add find_between_pair (#13468) 2022-02-15 15:12:15 +02:00

README.md

Description:

strings provides utilities for efficiently processing large strings.

If you got here looking for methods available on the string struct, those methods are found in the builtin module.