Skip to content

Instantly share code, notes, and snippets.

@matheussilvasantos
Created June 19, 2017 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheussilvasantos/22c8d1dba2888d91e73acd897c7682db to your computer and use it in GitHub Desktop.
Save matheussilvasantos/22c8d1dba2888d91e73acd897c7682db to your computer and use it in GitHub Desktop.
nasa code
ints = ["[3604 Available]", "[3608 Available]", "[3612 Available]", "[3615 Invoiced]"]
ints.grep(/Available/).map{|int|int[/\d+/].to_s}
"h3ll0".scan(/\d/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment