Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created October 31, 2013 09:15
Show Gist options
  • Save pinzolo/7246657 to your computer and use it in GitHub Desktop.
Save pinzolo/7246657 to your computer and use it in GitHub Desktop.
label = "foo bar"
data = label.match(/foo (?<name>.+)\z/)
p data[:name]
# => bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment