mirror of https://github.com/01-edu/public.git
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
|
2 years ago | |
---|---|---|
.. | ||
README.md | 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.