From: Szymon Drejewicz Date: 2005-02-03T23:50:40+09:00 Subject: Re: Working with strings... > string.gsub!(/./,'\&|') cool :-) but it could be even shorter: string.gsub! //,'\0|' :-))) (one leading '|' in output more) -- Szy