v/vlib/strings
2024-01-10 23:33:39 +02:00
..
textscanner all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
builder.c.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
builder.js.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
builder_test.js.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
builder_test.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
README.md
similarity.v strings: fix levenshtein_distance function correctness after #20435 (#20474) 2024-01-10 23:33:39 +02:00
similarity_test.js.v
similarity_test.v strings: fix levenshtein_distance function correctness after #20435 (#20474) 2024-01-10 23:33:39 +02:00
strings.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11: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.