How to get a substring by searching from the right side of the string?
Hi,
I would like to just get the right parameter of this value.
'product (xyz) - abc' => get only 'abc' and get 'product (xyz)'.
There maybe cases where there area additional '-' and I would like to just get the first last instance of '-'.
Thanks,