There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Implementation of new extension methods for the String. 1. Method that return all first letters of each words as uppercase. 2. Method that return all even characters from a string (whitespaces included) as uppercase. 3. Method that return all even letters of each words as uppercase. 4. Method that check if current string is palindrome.