1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strings
2022-09-25 22:54:46 +03:00
..
textscanner
builder_test.js.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03:00
builder_test.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03:00
builder.c.v os: fix os.read_file and os.read_bytes for 0 sized /proc/ files on Linux (fix #15852) (#15853) 2022-09-25 22:54:46 +03:00
builder.js.v strings: builder: add clear (#14328) 2022-05-08 07:15:42 +03:00
README.md
similarity_test.js.v
similarity_test.v
similarity.v
strings_test.js.v
strings_test.v strings: add split_capital (#14716) 2022-06-07 18:43:06 +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.