I need to extract 'Processed & Soft Cheese1' from the below response:
1.)"departments":["Processed & Soft Cheese1"],
I am trying departments":["(.+?)"
, but it doesn't work.
Can some one please help to create regex for the same
I need to extract 'Processed & Soft Cheese1' from the below response:
1.)"departments":["Processed & Soft Cheese1"],
I am trying departments":["(.+?)"
, but it doesn't work.
Can some one please help to create regex for the same