string_scan_str.rb   [plain text]


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