Skip to content

Instantly share code, notes, and snippets.

@saml
Created June 14, 2016 15:00
import re
var r = re.re("((a+)+)$")
if re.match("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab", r):
echo("good")
else:
echo("bad")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment