Hello,
I have string values that I get from user such as "AD->C,AB->DF,B->C" , is there any way to get only the characters between > and , and adding them into array? On my example I want to have string array contains CDFC? How can I accomplish this?