Skip to content

Instantly share code, notes, and snippets.

@saml
Created June 14, 2016 15:00
Show Gist options
  • Save saml/23648c218a83edf3257a75e03a013c25 to your computer and use it in GitHub Desktop.
Save saml/23648c218a83edf3257a75e03a013c25 to your computer and use it in GitHub Desktop.
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