in reply to Re^2: How to findout a sub string from the string
in thread How to findout a sub string from the string

:) Well to be fair I first toyed with using reverse and index, before thinking to myself... "hmmm... I seem to remember rindex being a thing."

I wasn't immediately certain that my recollection of rindex came from Perl or another language. Most common languages probably provide something similar.


Dave

  • Comment on Re^3: How to findout a sub string from the string