Help plz! Match Characters that Occur Zero or More Times

Tell us what’s happening:
I can’t get this to work. I checked the forums, tried out the recommendations and those still don’t pass. I can’t tell if I’m missing something or if it’s a bug. I’ve been working on this problem for 3 days. Yes. Seriously. Should’ve only taken like 2 minutes. I’m not having trouble with any of the other regex stuff. Only this one.

Your code so far


let chewieQuote = "Aaaaaaaaaaaaaaaaarrrgh!";
let chewieRegex = /Aa*/; // Change this line
let result = chewieQuote.match(chewieRegex);

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36 OPR/58.0.3135.68.

I just completed it with your exact regex code. So I would suggest reset that challenge then put it back in. It should work.

Works for me too.
You might want to try a ‘hard refresh’ or something.

Thanks for the responses. I tried the reset code function and it didnt work so I’m going to try the “hard reset” method. Thanks again for your assistance!