xxxxxxxxxx
let quoteSample = "Blueberry 3.141592653s are delicious.";
let myRegex = /[h-s2-6]/ig; // Change this line
let result = quoteSample.match(myRegex);
xxxxxxxxxx
"The quiter you become the more you are able to hear!" take that with you in your journey! And remember hacking has no specific path, its the pation that makes you a hacker!