v/vlib/strings
2023-10-23 20:54:28 +03:00
..
textscanner
builder.c.v checker: warn about byte deprecation, when used as a fn parameter (#19629) 2023-10-23 20:54:28 +03:00
builder.js.v checker: warn about byte deprecation, when used as a fn parameter (#19629) 2023-10-23 20:54:28 +03:00
builder_test.js.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
builder_test.v strings: add Bulder.write_decimal/1 method (write a decimal number, without additional allocations) (#19625) 2023-10-22 23:46:25 +03:00
README.md
similarity.v
similarity_test.js.v
similarity_test.v
strings.c.v builtin,strconv: speedup str.int() conversions (without -prod) 2022-09-08 11:28:19 +03:00
strings.js.v
strings.v strings: add split_capital (#14716) 2022-06-07 18:43:06 +03:00
strings_test.js.v
strings_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +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.