Match Single Characters Not Specified solution not working

Tell us what’s happening:
I keep getting, Your regex myRegex should match 9 items. I don’t know what I am doing wrong

Your code so far


let quoteSample = "3 blind mice.";
let myRegex = /[^0-9aeiou]/ig; // Change this line
let result = myRegex; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-single-characters-not-specified

Never mind I just realized that I forgot .match( )