module.exports = str => (str.match(/[aeiou]/gi) || []).length;