v/vlib/strings
Delyan Angelov cf536b848b
Revert "strings: reduce time spent in Builder.writeln (very frequently called)"
This reverts commit b53b1cc7cb.
2022-05-11 09:19:37 +03:00
..
textscanner
README.md
builder.c.v Revert "strings: reduce time spent in Builder.writeln (very frequently called)" 2022-05-11 09:19:37 +03:00
builder.js.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03:00
builder_test.js.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03:00
builder_test.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03: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.