Hi there,
i've the strings, who containts this:
"asgaasg, gasgasg, saxx" or "asgaasg, saxxss". And I need always to get only the part of the strings for the last comma, so in th first example it is: "saxx" and in the second "saxxss". I tried to get that with using functions "strrpos" a "substr", but I wasn't success... Can you help me, please, how that problem to solve? E.g with using regular expression?
Thanks a lot!
Manny