Hello,

Does anyone know how to remove all the text after a certain point in a string?

For example:

MyString = "www.newfoundland.com/help/431234.html"

How can I remove all the text after the last forward slash so it would return:

sResult = "www.newfoundland.com/help/"

Thanks in advance!