From: Iain Barnett Date: 2010-07-10T01:57:36+09:00 Subject: swapping regex libraries I see there is a way in Ruby 1.9.1 to switch to the old regex library from the current Oniguruma library. Is it possible to switch to any others, such as PCRE? Iain