I have a string, let's say:
I want to take this string and only show the "4455" at the end. Is there any way I can cut this string from the end until it touches the # sign? I suppose you can say I'm using the octothorpe as my delimiter. How would I do this?This is string #4455
Thanks.


Reply With Quote

Bookmarks