# File lib/active_support/multibyte/chars.rb, line 116
        def =~(other)
          translate_offset(@wrapped_string =~ other)
        end