From 178d0c69dd257e9cae707e204ef0978a16d3974a Mon Sep 17 00:00:00 2001 From: amanjakhetiya7 Date: Sat, 29 Dec 2018 22:55:07 +0530 Subject: [PATCH] added a new project to text section of the collection --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 343480ce0..cb531739f 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,10 @@ Text **Regex Query Tool** - A tool that allows the user to enter a text string and then in a separate control enter a regex pattern. It will run the regular expression against the source text and return any matches or flag errors in the regular expression. +**Google Case Problem** - Converts a given string to google case.A google case string is a string in which all the words are converted to upper case just leaving the initial letters of each word (ex:gOOGLE cASE). + + + Networking ---------