Skip to main content

Signature

path=null start=null
removeVowels(str: string): string

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.

Source

Defined in string.ts:171