2009/4/6 Iñaki Baz Castillo <ibc / aliax.net>: > 2009/4/6 Eric Hodel <drbrain / segment7.net>: >>> Ok, so how should I write the above Regexp to work on 1.9.1? >> >> Regexp.new '[\xC0-\xDF]', nil, 'n' > > Great! Thanks a lot. However I don't understant these parameters for Regexp.new. I read: http://www.ruby-doc.org/core-1.9/classes/Regexp.html About the third parameter you use ('n') it doens't appear on the doc ¿? Thanks a lot. -- Iñaki Baz Castillo <ibc / aliax.net>