Skip to content

Instantly share code, notes, and snippets.

@leandroh
Created January 21, 2010 23:02
Show Gist options
  • Save leandroh/283306 to your computer and use it in GitHub Desktop.
Save leandroh/283306 to your computer and use it in GitHub Desktop.
puts $1+$2 if "12345555567890" =~ /(\d)(\1{4})/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment