Skip to content

Files

Latest commit

f4a1e62 · Jul 4, 2023

History

History

0x06-regular_expressions

README.md

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