Hi Team,
I have list of available options separated by ‘|’ character. Few of the options can be of ‘Shared list’ type. I need to fetch only those matches among the options which contains the keyword ‘Shared list:’
Input String -
ABC|DEF|Shared list : Brand_Name|GHK|Shared list : Brand_Type|MNO|PQR|
Output String1 - Shared list : Brand_Name
Output String2 - Shared list : Brand_Type