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