Prev: FuseFS raw_write never call
Next: what about allowing to specify, which end belongs to whichstart?
From: Iain Barnett on 9 Jul 2010 12:57 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
From: Roger Pack on 9 Jul 2010 13:58 Iain Barnett wrote: > 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? http://en.wikibooks.org/wiki/Ruby_Programming/Reference/Objects/Regexp#Alternative_Regular_Expression_Libraries might help. -r -- Posted via http://www.ruby-forum.com/.
From: Iain Barnett on 11 Jul 2010 10:50 On 9 Jul 2010, at 18:58, Roger Pack wrote: > Iain Barnett wrote: >> 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? > > http://en.wikibooks.org/wiki/Ruby_Programming/Reference/Objects/Regexp#Alternative_Regular_Expression_Libraries > > might help. > -r > -- > Posted via http://www.ruby-forum.com/. > Thanks, I'll give that a look. Iain
|
Pages: 1 Prev: FuseFS raw_write never call Next: what about allowing to specify, which end belongs to whichstart? |