> str2.gsub!(/\w/u,'') #removes only latin characters > The question is why /\w/ ignore cyrillic characters? Are cyrillic characters supposed to count as "word characters"? (\w) ? If so then looks like a bug to me. Ping core. -rp -- Posted via http://www.ruby-forum.com/.