Parse a semicolon separated string into a config object
Semicolon separated string
Optional
Keep the case of the keys, default true
Config object
parseSemicolonConfig('a=b;c=d') // {a: 'b', c: 'd'} Copy
parseSemicolonConfig('a=b;c=d') // {a: 'b', c: 'd'}
Parse a semicolon separated string into a config object