Skip to content

Commit

Permalink
reptition token 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWorld20 committed Nov 3, 2023
1 parent a1ae5c9 commit abf9f9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 0x06-regular_expressions/1-repetition_token_0.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
# This regular expression will match the htn case'

puts ARGV[0].scan(/hbt{2,5}n/).join

0 comments on commit abf9f9f

Please sign in to comment.