in reply to Re: Extract string from rear of string
in thread Extract string from rear of string

Begging your pardon, but the split shown returns the last bit of stuff after the final dot, which I think complies with the rather vague request of getting the extension. In your example, the extension is 'gz' after all. That's the beauty of negative indices, they work from the other end.
  • Comment on (ichimunki) Re x 4: Extract string from rear of string