query-string
query-string copied to clipboard
Escape seperator char
I have a field that needs to be able to use a comma inside of a single value. Is there a way I can escape the comma so it doesn't trigger an array? Because of backward compatibility, I can't use a better option than comma separation.
Example: I would like a way to make "a cool, nifty string" show up as a single string with comma separation enabled.
Hey @jfrconley - I believe the types feature that we implemented should fit your needs :muscle: https://github.com/sindresorhus/query-string/issues/210
If so, can you close this out :)