Skip to content

Instantly share code, notes, and snippets.

@mig
Created January 24, 2011 00:44
Show Gist options
  • Save mig/792631 to your computer and use it in GitHub Desktop.
Save mig/792631 to your computer and use it in GitHub Desktop.
"192.168.1.1:8000".named_matches(/(?<ip>\d.+):(?<port>\d+)/)
#=> [{"ip"=>"192.168.1.1", "port"=>"8000"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment