From 38614ef7b4c035d2a08cb33aedab23627aaebb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristiano=20Filho=20=E2=9C=85?= <54041918+CristianoFIlho@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:27:46 -0300 Subject: [PATCH 1/2] regex101 added --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 258e5e1c..14288a38 100644 --- a/README.md +++ b/README.md @@ -1730,7 +1730,10 @@ HTML Themes and UI Kits to create your applications faster! * [WrapPixel](https://www.wrappixel.com/) — Download High Quality Free and Premium Admin dashboard template created with Angular, React, VueJs, NextJs and NuxtJs! * [Utils.fun](https://utils.fun/en) — All offline daily and development tools based on the browser's computing power, including watermark generation, screen recording, encoding and decoding, encryption and decryption and code formatting, are completely free and do not upload any data to the cloud for processing. * [QR Code Robot](https://qr-code-robot.com) — Free QR Code Generator. Offers possibilty to generate a QR Code for a webpage, sms, email, wifi auth or free text. Plans to offer also a generator for file sharing (pdf, mp3, video) and also a scan tracking of QR code. -* [Free Code Tools](https://freecodetools.org/) — Effective code tools which are 100% free. Markdown editor, Code minifier/beautifier, QR code generator, Open Graph Generator, Twitter card Generator and more. + * [Free Code Tools](https://freecodetools.org/) — Effective code tools which are 100% free. Markdown editor, Code minifier/beautifier, QR code generator, Open Graph Generator, Twitter card Generator and more. + + * [regex101](regex101.com) — Free this website allows you to test and debug regular expressions (regex). It provides a regex editor and tester, as well as helpful documentation and resources for learning regex. + **[⬆ back to top](#table-of-contents)** From c8ebb046adc4b04e3ba07f48df0a6c3b803a3e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristiano=20Filho=20=E2=9C=85?= <54041918+CristianoFIlho@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:13:46 +0000 Subject: [PATCH 2/2] corretion full url including https:// and please remove the blank line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 14288a38..5a7336ca 100644 --- a/README.md +++ b/README.md @@ -1731,8 +1731,7 @@ HTML Themes and UI Kits to create your applications faster! * [Utils.fun](https://utils.fun/en) — All offline daily and development tools based on the browser's computing power, including watermark generation, screen recording, encoding and decoding, encryption and decryption and code formatting, are completely free and do not upload any data to the cloud for processing. * [QR Code Robot](https://qr-code-robot.com) — Free QR Code Generator. Offers possibilty to generate a QR Code for a webpage, sms, email, wifi auth or free text. Plans to offer also a generator for file sharing (pdf, mp3, video) and also a scan tracking of QR code. * [Free Code Tools](https://freecodetools.org/) — Effective code tools which are 100% free. Markdown editor, Code minifier/beautifier, QR code generator, Open Graph Generator, Twitter card Generator and more. - - * [regex101](regex101.com) — Free this website allows you to test and debug regular expressions (regex). It provides a regex editor and tester, as well as helpful documentation and resources for learning regex. + * [regex101](https://regex101.com/) — Free this website allows you to test and debug regular expressions (regex). It provides a regex editor and tester, as well as helpful documentation and resources for learning regex.