diff --git a/0x06-regular_expressions/4-repetition_token_3.rb b/0x06-regular_expressions/4-repetition_token_3.rb new file mode 100755 index 0000000..a701258 --- /dev/null +++ b/0x06-regular_expressions/4-repetition_token_3.rb @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# This regular expression will match the given + +puts ARGV[0].scan(/hbt*n/).join