diff --git a/README.md b/README.md index f2c6c8b..75d8ff9 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,31 @@ Because some websites have a delay logic implemented in the backend, I added an ``` ## Analyzing String Process -Your string gets broken into smaller words +#### Your string gets broken into smaller words -### (WordInfo - Interacts with duckduckgo api) +#### (WordInfo - Interacts with duckduckgo api) -### (MostCommon - Finds all common words in a string, sort them by language) +#### (MostCommon - Finds all common words in a string, sort them by language) -## Find Profile (Fast - FindUserProflesNormal) +#### (SplitWordsByUpperCase - Finds upper case words in a string and splits them) + + +#### (SplitWordsByUpperCase - Finds words start with Alphabet letters in a string and splits them) + + +#### (ConvertNumbers - Finds numbers in words and convert them into letters) + + +#### (FindNumbers - Finds all numbers in a string) + + +#### Find Profile (Fast - FindUserProflesNormal) -## Find Profile (Slow - FindUserProflesAdvanced) +#### Find Profile (Slow - FindUserProflesAdvanced)