From 084d92bd321bd2a725516a582a287334c94a587c Mon Sep 17 00:00:00 2001 From: Makhnev Petr <51853996+i582@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:04:36 +0400 Subject: [PATCH] Add pcre2 library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12b75b5..494a2b5 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ - [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang. - [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨 - [iconv](https://github.com/fanlia/iconv) - Wrap iconv for vlang. +- [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. - [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.