Hey Ryan,
I'd like to use Processwire's query parsing functions (or object implementation), which are already implemented to parse module's settings, and parse something else.
So what do I need to do, if I have string like
customthing=1|2|3, anotherstuff=1
and I would like to receive object (or array) with customthing and anotherstuff as keys and the rest like their values?
Thanks