http://www.perlmonks.org?node_id=1000708


in reply to Re: Extract string after removing the substring
in thread Extract string after removing the substring

... two non-substr ...

... and non-destructive to the original string, as opposed to the 4-argument substr approach.

  • Comment on Re^2: Extract string after removing the substring

Replies are listed 'Best First'.
Re^3: Extract string after removing the substring
by Kenosis (Priest) on Oct 24, 2012 at 20:34 UTC

    Excellent point, AnomalousMonk!