String "decoding"

Hi,

I don’t want to reinvent the wheel, so I’d like to know if there is, in Root or closeby, a function that would “decode” a string composed of key=value parts, e.g. from “key1=12;key2=this is a test;toto=titi” would give me something like a map key->value ?

Thanks,

Hi,

Have a look at tutorials/regexp.C

Eddy