mirror of
https://github.com/vlang/v.git
synced 2025-09-13 06:22:26 +03:00
.. | ||
textscanner | ||
builder.c.v | ||
builder.js.v | ||
builder_test.js.v | ||
builder_test.v | ||
README.md | ||
similarity.v | ||
similarity_test.js.v | ||
similarity_test.v | ||
strings.c.v | ||
strings.js.v | ||
strings.v | ||
strings_test.js.v | ||
strings_test.v |
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.