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