1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/strings
2022-01-05 18:06:08 +02:00
..
textscanner js: fix string.bytes codegen, readline, add tests for strings (#12060) 2021-10-04 18:28:30 +03:00
builder_test.js.v js: change codegen for match statement, speedup string.split_into_lines (#12157) 2021-10-12 09:52:16 +03:00
builder_test.v
builder.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
builder.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +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
similarity.v
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
strings.c.v
strings.js.v js: fix string.bytes codegen, readline, add tests for strings (#12060) 2021-10-04 18:28:30 +03:00
strings.v

Description:

strings provides utilities for efficiently processing large strings.