Please help. this would seem to be very easy, but turning into a nightmare for me.
I need a split function that returns the last section of a string delimited by a given character.
For example, I would like to split 'test-01-02' by '-' and have it return 02. Please help. Thanks!
I need a split function that returns the last section of a string delimited by a given character.
For example, I would like to split 'test-01-02' by '-' and have it return 02. Please help. Thanks!