parseItemList

Parses a list in the format of "a, b, c;q=0.5, d" and returns an array of items sorted by "q" (["a", "b", "d", "c"])

string[]
parseItemList
(
string s
)

Meta