in reply to Re: remove first and last character of string - benchmarks
in thread remove first and last character of string

Which nicely demonstrates that getting the code correct is vastly more important than fussing over execution speed. In the context of data fetched across the interwebs any of the proposed solutions are many times faster then would have any impact on the efficacy of the script.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re^2: remove first and last character of string - benchmarks