0 branches
Tree
Top files
Clone with HTTPS:
lorem
checker: creating array as value of map must be explicit when using `<<` (fixes #18160)
last Mar 11
7.31 KB
textscanner
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
last Jul 19
12.67 KB
README.md
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
2 years ago
207 bytes
similarity_test.js.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
593 bytes
similarity_test.v
strings: fix edge case for 1 byte strings for jaro similarity (#27042)
last Apr 30
3.04 KB
strings.c.v
strings: make strings end with zero in repeat() and repeat_string() (#25624)
last Oct 30
935 bytes
strings.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
last Jul 19
4.91 KB
strings_test.js.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
414 bytes
builder.js.v
docs,ci: check more vlib modules in the report-missing-dots-in-doc-comments job (#24928)
last Jul 19
2.1 KB
builder_test.js.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
2.0 KB
similarity.v
strings: fix edge case for 1 byte strings for jaro similarity (#27042)
last Apr 30
5.45 KB
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.