From 199a9535e36f4656703caf325cfaa80c78fd2994 Mon Sep 17 00:00:00 2001 From: Artem Yurchenko Date: Thu, 10 Nov 2022 11:11:15 +0100 Subject: [PATCH] Add text-processing library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a096d7..88c2f64 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ - [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation. - [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating. - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. +- [text-processing](https://github.com/ArtemkaKun/text-processing) - V text processing library, that contains common tools to manipulate text data. ### User Interface toolkits