in reply to Re: Merge 2 strings like a zip
in thread Merge 2 strings like a zip

Thanks for that, Karl.

It seems to work with my original sample data, but with this:
   say zip 'ABCDEFGH0J', 'a0cde';
it produces this:
   00AaBCcDdEeFGHJ
but should be producing this:
   AaB0CcDdEeFGH0J

Replies are listed 'Best First'.
Re^3: Merge 2 strings like a zip
by karlgoethebier (Abbot) on Jul 13, 2015 at 07:07 UTC