From 38b31afc269216541559bd0d00a4a355544fddb2 Mon Sep 17 00:00:00 2001 From: debug-ing Date: Sat, 16 Nov 2024 07:46:38 +0330 Subject: [PATCH] Edit README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf0a4d5..f4a4a6d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,16 @@ This project is currently in development, and additional features will be added Stay tuned for upcoming enhancements! -### Network: +## Strings: + +| Tag | Description | +| - | - | +| boolean | Boolean | +| contains | Contains | +| notcontains | not Contains | +| numeric | Numeric | + +## Network: | Tag | Description | | - | - | @@ -17,6 +26,12 @@ Stay tuned for upcoming enhancements! | uri | URI String | | url | URL String | +## Other: +| Tag | Description | +| - | - | +| required | Required | +| optional | Optional | + ## more I developed this project to deepen my understanding of Go and its capabilities. It's an opportunity for me to explore Go's features and enhance my skills in building more efficient and flexible systems.