For example, if I have
string test = 'Accounts receivable/Common/Customers/Customers past due';
and I want to extract everything before the firsts '/", and return Accounts receivable. What would be the way to go about doing this?
*This post is locked for comments
I have the same question (0)