Can someone assist me to extract the price from the below string using a RegEx c#. I've tried few examples and seems I can not get it done and I know it is very basic but I can't get it.
I could not find a way to escape : and ".
String:
"ouioieu":"Canister","price":"59.0000","sku":"DECC500","barcode_gtin sj
h
Expected value: 59.0000
I need the complete code block as once working, I will use the same method for other places.
(Why marked as duplicate due to similar answer with double quotes?. But this one, the main issue was colon and I needed a complete answer and already received. )