Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$contents =~ s/^[^<form]*(?=<form)//mg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Substitution remove all before
by GrandFather (Saint) on May 18, 2023 at 21:44 UTC | |
Re: Substitution remove all before
by kcott (Archbishop) on May 18, 2023 at 22:26 UTC | |
by eyepopslikeamosquito (Archbishop) on May 18, 2023 at 23:20 UTC | |
by choroba (Cardinal) on May 19, 2023 at 10:55 UTC | |
Re: Substitution remove all before
by jwkrahn (Abbot) on May 18, 2023 at 20:57 UTC | |
by Anonymous Monk on May 18, 2023 at 21:21 UTC |