From: Raul Parolari Date: 2007-11-28T16:40:41+09:00 Subject: Re: False positives in editing data Just to correct the position of a parenthesis above: > re_prefix = %r/\G (\d+ [.]?) /x re_prefix = %r/\G (\d+) [.]? /x Raul -- Posted via http://www.ruby-forum.com/.