Skip to content

Instantly share code, notes, and snippets.

@seanbehan
Created January 10, 2012 21:17
Show Gist options
  • Save seanbehan/1591261 to your computer and use it in GitHub Desktop.
Save seanbehan/1591261 to your computer and use it in GitHub Desktop.
Gsub Block
"Scs Epc Score".gsub (/scs|epc/i) { |i| i.upcase }
# => SCS EPC Score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment