1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strings
2022-05-11 09:19:37 +03:00
..
textscanner all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +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
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
README.md
similarity_test.js.v
similarity_test.v
similarity.v
strings_test.js.v
strings_test.v all: byte => u8 2022-04-15 14:58:56 +03:00
strings.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings.js.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00

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.