Skip to content

Instantly share code, notes, and snippets.

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