Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Last active February 7, 2021 18:23
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 mehdi-farsi/c59d29b333b643cc0f2e3e08008a1560 to your computer and use it in GitHub Desktop.
Save mehdi-farsi/c59d29b333b643cc0f2e3e08008a1560 to your computer and use it in GitHub Desktop.
if projects = /(?<domain>rubycademy)/.match('https://www.rubycademy.com')
p projects['domain'] # => "rubycademy"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment