I have a long string with a description in it. I would like to extract some information from the string. But I can not really figure out how to do it.
This is the string:
Continental CONTIPREMIUMCONTACT 2 auto/zomerband - 195/55 R15 V85. Eigenschappen EU bandenlabel: brandstofefficiëntie: F, grip op nat wegdek: C, geluid: 71dB, klasse: C1, geluidsklasse: 2 - bij www.tirendo.nl. Nu geen verzendkosten! Directe levering bij u thuis of bij een montagepunt naar keuze binnen 1-4 dagen.
I would like to retrieve the following results:
brandstofefficientie = F, grip op natwegdek = C, geluid = 71dB.
I have tried to extract it using explodes but that did not really work the way it should.
Could someone take a look at it and help me please?