You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
davhojt 4d7dad6dd3 docs(same-amount): correct grammar 2 years ago
..
README.md docs(same-amount): correct grammar 2 years ago

README.md

Same Amount

Instructions

Create a function named sameAmount, that takes three arguments: a string, and 2 regular expressions. Your function should return a boolean.

The objective is to confirm that the regular expressions match the string the same number of times.

Notions