Logo
Explore Help
Sign In
TheCloud/v
1
0
Fork 0
You've already forked v
mirror of https://github.com/vlang/v.git synced 2025-08-03 17:57:59 -04:00
Code Issues Packages Projects Releases Wiki Activity
v/vlib/strings
History
Emma 6b92f8fada
all: remove ancient deprecations (#23479)
2025-01-16 16:36:12 +02:00
..
textscanner
strings.textscanner, examples: add TextScanner .skip_whitespace/0, .peek_u8/0, .peek_n_u8/0, add examples/mini_calculator_recursive_descent.v (#23001)
2024-11-28 21:17:24 +02:00
builder_test.js.v
all: change single blank comment to blank line (#22016)
2024-08-09 14:55:58 +03:00
builder_test.v
all: change single blank comment to blank line (#22016)
2024-08-09 14:55:58 +03:00
builder.c.v
all: remove ancient deprecations (#23479)
2025-01-16 16:36:12 +02:00
builder.js.v
vlib: refactor empty string checks to use s == '' or s != '', instead of s.len == 0 (#21300)
2024-04-18 02:44:31 +03:00
README.md
…
similarity_test.js.v
…
similarity_test.v
strings: add hamming_distance/jaro_similarity/jaro_winkler_similarity functions (#22701)
2024-10-31 13:34:37 +02:00
similarity.v
strings: use int instead of u16 in strings.levenshtein_distance; it is ~ same performance, but has less constraints
2024-12-18 21:06:54 +02:00
strings_test.js.v
…
strings_test.v
…
strings.c.v
…
strings.js.v
…
strings.v
vlib: simplify byte character conditions by using methods like is_capital, is_lower, is_letter etc (#21725)
2024-06-25 09:55:08 +03:00

README.md

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.

Powered by Gitea Version: Page: 1211ms Template: 51ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API