No newlines are safe!!
class String
def superchomp
self.strip.gsub(/^(n|r|rn)+|(n|r|rn)+$/,'')
end
end
Please only use it for good and not evil.
Too many projects, too little time
No newlines are safe!!
class String
def superchomp
self.strip.gsub(/^(n|r|rn)+|(n|r|rn)+$/,'')
end
end
Please only use it for good and not evil.