v/vlib/strings
jeffmikels 9329b6c8c8
builtin: add more documentation (#13160)
2022-01-14 17:27:38 +02:00
..
textscanner
README.md builtin: add more documentation (#13160) 2022-01-14 17:27:38 +02:00
builder.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
builder.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
builder_test.js.v
builder_test.v
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.