v/vlib/strings
Delyan Angelov 3702445fb3
ci: fix failing tests for mysql, crypto.rc4, strings
2022-04-17 12:14:30 +02:00
..
textscanner
README.md
builder.c.v ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
builder.js.v ci: fix failing tests for mysql, crypto.rc4, strings 2022-04-17 12:14:30 +02:00
builder_test.js.v all: byte => u8 2022-04-17 12:14:27 +02:00
builder_test.v all: byte => u8 2022-04-17 12:14:27 +02:00
similarity.v
similarity_test.js.v
similarity_test.v
strings.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
strings.js.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
strings.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
strings_test.js.v
strings_test.v all: byte => u8 2022-04-17 12:14:27 +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.