about | help | code help+videos | done | prefs |
Given a String containing some text, return the number of vowels in the String by using a regular expression and counting the number of matches. Vowels are A, E, I, O, U, a, e, i, o, u. regex_countNumberOfVowels("Computer") → 3 regex_countNumberOfVowels("Science") → 3 regex_countNumberOfVowels("Computer Science") → 6 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy