Skip to content

Version 1.1.2

Compare
Choose a tag to compare
@sricharankrishnan sricharankrishnan released this 03 Feb 04:45
· 8 commits to master since this release

[build] Added New Methods

  • vowelEncryption: recevies a string and then encrypts the vowels with
    some predefined special characters

  • replaceVowelsWithCharacter: receives a string and a character, the
    method would replace every vowel present in the string with the
    character

  • countAllVowels: counts the number of vowels in a string and return the
    counts in the form of an object