We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf0f8f commit b9643b2Copy full SHA for b9643b2
Regular-Expressions/Match-with-Wildcard-Period/script.js
@@ -0,0 +1,3 @@
1
+let exampleStr = "Let's have fun with regular expressions!";
2
+let unRegex = /.un/;
3
+let result = unRegex.test(exampleStr);
0 commit comments