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 13097a8 commit 0b5009dCopy full SHA for 0b5009d
javascript/_10.js
@@ -3,4 +3,5 @@ var isMatch = function (s, p) {
3
return (new RegExp('^' + p + '$')).test(s)
4
}
5
6
-console.log(isMatch('aa',"a"))
+
7
+console.log(isMatch('aa', 'a*'))
0 commit comments