Simple parser for StringPairArray

I would like to process a string of key=value pairs, with the pipe ‘|’ used as the delimiter.

Is there a whiz-bang JUCE function that will do this for me in a single call?

Thanks

I think Jules added a static member to the StringArray class:

static StringArray fromTokens (const String& stringToTokenise,
                                   const String& breakCharacters,
                                   const String& quoteCharacters);