Skip to content

Instantly share code, notes, and snippets.

@robinsloan
Created October 10, 2013 16:37
Show Gist options
  • Save robinsloan/6921463 to your computer and use it in GitHub Desktop.
Save robinsloan/6921463 to your computer and use it in GitHub Desktop.
Didn't know about this.
def doctorize(string)
string.gsub(/M(iste)?r/, 'Mister' => 'Doctor', 'Mr' => 'Dr')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment