in reply to Re: Most efficient way to remove some text from a string
in thread Most efficient way to remove some text from a string

Bill, thank you for your explanation, it greatly helps. I follow what you are saying, can you please expand on how "tr" counts the remaining slashes and how the printf is being used. This would help me actually learn this content and not just simply use it because I am told. Thanks

  • Comment on Re^2: Most efficient way to remove some text from a string

Replies are listed 'Best First'.
Re^3: Most efficient way to remove some text from a string
by AnomalousMonk (Archbishop) on Dec 08, 2016 at 00:42 UTC

    I'm not sure just who you're replying to, but in general ...

    ... how "tr" counts the remaining slashes ...

    Please see discussion of  tr/// operator in Quote-Like Operators section of perlop. In particular, please see examples 2-4 in Examples sub-section.

    ... how the printf is being used.

    Please see printf; see sprintf for discussion of format specifiers.


    Give a man a fish:  <%-{-{-{-<