1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/benchmark/bm_string_scan_re.rb

3 lines
72 B
Ruby
Raw Normal View History

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