pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

String operations #291

Closed ravidyarev closed 3 years ago

ravidyarev commented 3 years ago

Description

Implements issue 279 String Operations in Java. Issue Description is as below: Given an input string, perform: String Length Count number of vowels Check if the string is Palindrome Remove Vowels from the string Calculate the frequency of characters in the string Replace substring in a string Remove spaces from the string Capitalize the first and last character of each word in the string Count the sum of numbers in a string Concatenate with another input string

Must be a menu driven program

Reference Issue number #279 String Operations

issue_no must refer to the issue related to this PR, visit here

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist: