Regular Expressions - Match Numbers and Letters of the Alphabet

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

let quoteSample = "Blueberry 3.141592653s are delicious.";
let myRegex = /[h-s2-6]]/gi; // Change this line
let result = quoteSample.match(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/105.0.0.0 Safari/537.36

Challenge: Regular Expressions - Match Numbers and Letters of the Alphabet

Link to the challenge:

Hello, welcome to the forum.

I noticed you posted some code but did you need to ask anything?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.