• Stars
    star
    1
  • Language
    C#
  • License
    GNU General Publi...
  • Created about 7 years ago
  • Updated over 4 years ago

Reviews

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.