Regular Expressions - Match Anything with Wildcard Period

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

Your code so far

let exampleStr = "Let's have fun with regular expressions!";
let unRegex = / /; // Change this line
let result = unRegex.test(exampleStr);

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0

Challenge: Regular Expressions - Match Anything with Wildcard Period

Link to the challenge:

.where are all the sentence ? Is it being remove from previous test case.

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