Skip to content

Instantly share code, notes, and snippets.

@codertcet111
Created July 12, 2020 12:47
Show Gist options
  • Save codertcet111/f72d0912754fc436645042b53799ad83 to your computer and use it in GitHub Desktop.
Save codertcet111/f72d0912754fc436645042b53799ad83 to your computer and use it in GitHub Desktop.
"H1".gsub(/(\w)(\d)/, '\2\1')
# "1H"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment