TextLOCALRuns in your browser
Quote Lines
Wrap each line of text in quotes, with escaping, and optionally join them into one list.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
How it works
Wraps every line in the chosen quote character. Escaping adds a backslash before quote characters that already appear inside a line; the JSON style uses full JSON string encoding. Joining produces a single comma-separated line, handy for SQL IN clauses or array literals.