Hi,
I'm trying to capture the value after the last "-", for example:
Lorem - 12345
Lorem -12p-129 - 12345
Lorem - ABCE1
Lorem Ip-24 - 123456
In many of the cases, I have several "-", but what I want is to fetch out the value after the last "-" in the line. This value can be numbers or text character or a combination of both. I've tried to use regex, but in the cases where yoyu have several "-"'s i fail.
Any help?
Thanks