query-string icon indicating copy to clipboard operation
query-string copied to clipboard

Escape seperator char

Open jfrconley opened this issue 4 years ago • 1 comments

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.

jfrconley avatar Jun 07 '21 18:06 jfrconley

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 :)

scottenock avatar Dec 31 '24 12:12 scottenock