Skip to main content

Timeline for Interleave strings

Current License: CC BY-SA 4.0

5 events
when toggle format what by license comment
Jan 29, 2022 at 16:23 history edited Dom Hastings CC BY-SA 4.0
added 9 characters in body
Jan 29, 2022 at 16:15 history edited Dom Hastings CC BY-SA 4.0
added 192 characters in body
Jan 29, 2022 at 16:10 comment added Dom Hastings @Daniel Yeah that's about it! Needing to negate the print is a little annoying... Having looked at this again, I can save a byte using 1while s/.... so thanks!
Jan 29, 2022 at 9:36 comment added Daniel I thought I was good in Perl, but this baffled me. So -0 on input that doesn't contail a NUL is equivalent to slurping all. And then ^. with /g prints each beginning of line, while replacing it with nothing.
Sep 6, 2017 at 14:19 history answered Dom Hastings CC BY-SA 3.0