From be964fb8886d5c26e74b7540c4c60993f9840297 Mon Sep 17 00:00:00 2001 From: Nikita Vershinin Date: Wed, 23 Dec 2020 13:25:52 +0000 Subject: [PATCH] Adding strings validation library (#88) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fff935d..2c5e14f 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ ### Web +- [validate](https://github.com/endeveit/v-validate) - A simple library to validate strings in V. - [valval](https://github.com/taojy123/valval) - Web framework written in V, improved by vweb. - [vex](https://github.com/nedpals/vex) - Web framework written on V inspired by Express and Sinatra. - [vweb](https://github.com/vlang/v/tree/master/vlib/vweb) - V's built-in web framework. Used by Vorum.