From: nobu.nokada@... Date: 2004-09-14T11:26:56+09:00 Subject: Re: Ruby regex engine behavior question Hi, At Tue, 14 Sep 2004 01:04:58 +0900, Daniel Berger wrote in [ruby-talk:112395]: > "[In the Ruby 1.6 regex engine] \G doesn't prohibit regex bump-along > (it's 'start of current match' rather than 'end of last match'), which > makes relatively useless to write complex parsers with." I don't understand he means too. Th 'start' and the 'end' should be same, since global match starts to match from the end of last match. -- Nobu Nakada