language: Python 3 (python-3.2.3)
date: 230 days 1 hour ago
link:
visibility: public
1
2
import re
re.match( '([a]+)+c', 'a' * 30 + 'b' )