1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strings
2023-04-02 00:03:00 +03:00
..
textscanner all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +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: simplify Builder.drain_builder; add test (#17846) 2023-04-02 00:03:00 +03:00
builder.c.v strings: simplify Builder.drain_builder; add test (#17846) 2023-04-02 00:03:00 +03:00
builder.js.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
README.md builtin: add more documentation (#13160) 2022-01-14 17:27:38 +02:00
similarity_test.js.v js: fix string.bytes codegen, readline, add tests for strings (#12060) 2021-10-04 18:28:30 +03:00
similarity_test.v move compiler tests from compiler/ to v/ 2020-03-27 18:01:46 +01:00
similarity.v strings: run v fmt (#7438) 2020-12-21 22:00:32 +02:00
strings_test.js.v js: fix string.bytes codegen, readline, add tests for strings (#12060) 2021-10-04 18:28:30 +03:00
strings_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
strings.c.v builtin,strconv: speedup str.int() conversions (without -prod) 2022-09-08 11:28:19 +03:00
strings.js.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
strings.v strings: add split_capital (#14716) 2022-06-07 18:43:06 +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.