mirror of
https://github.com/vlang/awesome-v.git
synced 2023-08-10 21:13:23 +03:00
Adds slugify text processing library (#188)
This commit is contained in:
parent
9c48aa618a
commit
9717fd0773
@ -253,6 +253,7 @@
|
|||||||
- [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang.
|
- [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang.
|
||||||
- [pcre2](https://github.com/srackham/pcre2) - Library for processing PCRE regular expressions.
|
- [pcre2](https://github.com/srackham/pcre2) - Library for processing PCRE regular expressions.
|
||||||
- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation.
|
- [Rosie-RPL](https://github.com/jdonnerstag/vlang-rosie) - A Rosie Pattern Language (RPL) implementation.
|
||||||
|
- [slugify](https://github.com/Coachonko/slugify) - Transform Unicode strings to url-friendly human-readable ASCII slugs.
|
||||||
- [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating.
|
- [strfmt](https://github.com/BenStigsen/strfmt) - Tiny and fast string formatting library ideal for templating.
|
||||||
- [text-processing](https://github.com/ArtemkaKun/text-processing) - V text processing library, that contains common tools to manipulate text data.
|
- [text-processing](https://github.com/ArtemkaKun/text-processing) - V text processing library, that contains common tools to manipulate text data.
|
||||||
- [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
- [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V.
|
||||||
|
Loading…
Reference in New Issue
Block a user