This project is about regular expressions in Ruby.
-
0-simply_match_school.rb - Ruby script that accepts one argument and pass it to a regular expression matching method
match
with the patternschool
. -
1-repetition_token_0.rb - Ruby script that accepts one argument and pass it to a regular expression matching method
match
with repetition token {2,5}.