Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 456 Bytes

File metadata and controls

10 lines (5 loc) · 456 Bytes

0x06. Regular expression

This project is about regular expressions in Ruby.

Files

  • 0-simply_match_school.rb - Ruby script that accepts one argument and pass it to a regular expression matching method match with the pattern school.

  • 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}.