Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 250 Bytes

Exercises to learn regular expressions.

Installation

Install Composer dependencies

composer install

Run the tests

./vendor/bin/phpunit tests

Make them pass!

Edit src/Regex.php to make each test pass, one exercise at a time.