I have some strings in loop like below example.
1) Sold by Olympia Industries Ltd. (4.7 out of 5 | 33,445 ratings) and Fulfilled by Amazon. Gift-wrap available.
2) Sold by Health first trading (4.3 out of 5 | 47 ratings) and Fulfilled by Amazon. Gift-wrap available.
3) Sold and fulfilled by hamsaveni (4.1 out of 5 | 101 ratings).
4) Sold and fulfilled by Coffee Shopee (3.4 out of 5 | 7 ratings).
What i want is to extract the name of seller i.e.
1) Olympia Industries Ltd. 2) Health first trading 3) hamsaveni 4) Coffee Shopee
I know we can do it by matching the first brace "(" and with some if else condition. But unfortunately i am not able to do it.
Any help will really appreciated.