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
builder.c.v
strings: add Builder.write_u_decimal and write_decimal JS-backend parity (#27522)
last Jun 26
13.25 KB
builder.js.v
strings: add Builder.write_u_decimal and write_decimal JS-backend parity (#27522)
last Jun 26
3.34 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
builder_test.v
strings: add Builder.write_u_decimal and write_decimal JS-backend parity (#27522)
last Jun 26
10.27 KB
similarity.v
strings: fix edge case for 1 byte strings for jaro similarity (#27042)
last Apr 30
5.45 KB
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
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.