1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strings
2022-03-25 00:07:15 +02:00
..
textscanner all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
builder_test.js.v
builder_test.v strings: add a Builder.ensure_cap() method (#13755) 2022-03-18 10:36:53 +02:00
builder.c.v strings: cleanup unsafe casts in some of strings.Builder ops (#13819) 2022-03-25 00:07:15 +02:00
builder.js.v
README.md
similarity_test.js.v
similarity_test.v
similarity.v
strings_test.js.v
strings_test.v
strings.c.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
strings.js.v
strings.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.