fork(1) download
  1. import re
  2. print re.search(r'a.*b', 'a' * 50000)
Success #stdin #stdout 1.49s 9128KB
stdin
Standard input is empty
stdout
None