# File lib/string.rb, line 49
  def sanitize
    self.strip.gsub(/(\W+)/, '_')
  end