v/vlib/strings
Alexander Medvednikov 36ec47cd20 all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
..
textscanner
README.md
builder.c.v
builder.js.v
builder_test.js.v
builder_test.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
similarity.v
similarity_test.js.v
similarity_test.v
strings.c.v
strings.js.v
strings.v
strings_test.js.v
strings_test.v

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.