develooper Front page | perl.perl5.porters | Postings from March 2021

Re: Let's talk about trim() so more

Thread Previous | Thread Next
From:
Felipe Gasper
Date:
March 29, 2021 10:35
Subject:
Re: Let's talk about trim() so more
Message ID:
E845D8BB-DCAB-4D89-81C8-206B16F5E0C3@felipegasper.com


> On Mar 29, 2021, at 6:30 AM, Salvador Fandiño <sfandino@gmail.com> wrote:
> 
> On 27/3/21 8:59, B. Estrade wrote:
>> On 3/26/21 11:50 PM, Darren Duncan wrote:
> 
>> Can we just add "im" as modifiers to tr/// ? It comes with the handy mnemonic, "tr///im".
>> my $new_str = tr/$str/\s/im;
>> Everybody wins. tr/// (and versus regexes) is no less confusing to newbies and seasoned Perlers, alike.
> 
> You may be joking, but IMO adding a modifier to tr/// and s/// (say "b"), so that they match just at the beginning and at the end of lines would be a nice addition to the language:
> 
>  $foo =~ s/\s+//bg;
>  $foo =~ s/\s+//bmg;

Isn’t that what ^ already does with the /m modifier?

-F
Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About