Skip to content

Commit 16c3fe6

Browse files
Completed Task
1 parent b554d11 commit 16c3fe6

File tree

1 file changed

+3
-0
lines changed
  • Regular-Expressions/Match-Numbers-and-Letters-of-the-Alphabet

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 quoteSample = "Blueberry 3.141592653s are delicious.";
2+
let myRegex = /[h-s2-6]/ig;
3+
let result = quoteSample.match(myRegex);

0 commit comments

Comments
 (0)