fork(1) download
  1. import re
  2. print re.search(r'(.*)*x', 'a' * 23)
Success #stdin #stdout 1.38s 9024KB
stdin
Standard input is empty
stdout
None