ruby--ruby/benchmark/string_scan_re.rb

3 lines
72 B
Ruby

str = Array.new(1_000, 'abc').join(',')
1_000.times { str.scan(/abc/) }