Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 367 Bytes

RemoveVowels.md

File metadata and controls

16 lines (10 loc) · 367 Bytes

RemoveVowels

Difficulty Tags Solution Link
Easy [Integers] To Do

Problem Description

Given a string as input, return a new string with all the vowels removed. Count "y" as a vowel.

Sample

Input Output
"These are the voyages of the starship Enterprise" "Ths r th vgs f th strshp ntrprs"