I have the following html code:
'"height": { "@type": "QuantitativeValue", "value": "6-1" },\n
"weight": {"@type": "QuantitativeValue", "value": "195 lbs" }\n}\n'
I want to create a Regex that'll extract the height and weight values (6-1 and 195 lbs). What re expression can do this?