Signature
path=null start=null
Parameters
- str:
string- The input string from which vowels are to be removed.
Returns
string - A new string with all vowels (both lower-case and upper-case) removed.
Removes all vowels from a given string.
string - The input string from which vowels are to be removed.string - A new string with all vowels (both lower-case and upper-case) removed.