public/subjects/vowel-dots
davhojt dce9165704 docs(vowel-dots): correct grammar 2022-05-31 08:28:06 +02:00
..
README.md docs(vowel-dots): correct grammar 2022-05-31 08:28:06 +02:00

README.md

Vowel Dots

Instructions

Create a function named vowelDots that receives a string. Your function should return a new string with a . after every vowel.

Your RegEx should be stored in a variable named vowels.

a, e, i, o and u are considered as vowels here.

Notions