Skip to content

Commit 1e3f316

Browse files
Completed Task
1 parent 4869eb4 commit 1e3f316

File tree

1 file changed

+3
-0
lines changed
  • Regular-Expressions/Specify-Only-the-Lower-Number-of-Matches

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
let haStr = "Hazzzzah";
2+
let haRegex = /Haz{4,}ah/;
3+
let result = haRegex.test(haStr);

0 commit comments

Comments
 (0)