# File lib/active_support/multibyte/handlers/utf8_handler.rb, line 230
      def strip(str)
        str.gsub(UNICODE_LEADERS_PAT, '').gsub(UNICODE_TRAILERS_PAT, '')
      end