strip-quotestextdev
Strip Quotes
Remove surrounding single/double quotes from each line.
Inputs
Output
(no output yet)
Explanation
Handy for cleaning copied values like 'id' or "name" into raw tokens.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related