module RailsI18n::Transliteration::Ukrainian

def downcased_regexp

def downcased_regexp
  @downcased_regexp ||= /[а-яґєії]/
end