v/vlib/strings
Delyan Angelov 868d3e1008
ci: fix failing tests for mysql, crypto.rc4, strings
2022-04-15 20:51:04 +03:00
..
textscanner all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
README.md builtin: add more documentation (#13160) 2022-01-14 17:27:38 +02:00
builder.c.v ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-15 20:51:04 +03:00
builder.js.v ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-15 20:51:04 +03:00
builder_test.js.v all: byte => u8 2022-04-15 14:58:56 +03:00
builder_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
similarity.v
similarity_test.js.v
similarity_test.v
strings.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings.js.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings_test.js.v
strings_test.v all: byte => u8 2022-04-15 14:58:56 +03: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.