Top "Quotes" questions

Computer programming languages' facility for embedding text in source code, also known as String literals

How to insert text with single quotation sql server 2005

I want to insert text with single quote Eg john's to table in sql server 2005 database

sql sql-server-2005 quotes quotations
Removing double quotes from variables in batch file creates problems with CMD environment

Can anybody help with effective and safe way of removing quotes from batch variables? I have written a batch file …

variables batch-file cmd quotes
How do I remove quotes from a string?

$string = "my text has \"double quotes\" and 'single quotes'"; How to remove all types of quotes (different languages) from $string?

php quotes
Escaping Double Quotes in Batch Script

How would I go about replacing all of the double quotes in my batch file's parameters with escaped double quotes? …

scripting parameters batch-file escaping quotes
How do you replace double quotes with a blank space in Java?

For example: "I don't like these "double" quotes" and I want the output to be I don't like these double …

java replace quotes regex
Escaping Strings in JavaScript

Does JavaScript have a built-in function like PHP's addslashes (or addcslashes) function to add backslashes to characters that need escaping …

javascript string escaping quotes backslash
How to call execl() in C with the proper arguments?

i have vlc (program to reproduce videos) if i type in a shell: /home/vlc "/home/my movies/the movie …

c exec external quotes unistd.h
Python "string_escape" vs "unicode_escape"

According to the docs, the builtin string encoding string_escape: Produce[s] a string that is suitable as string literal …

python encoding quotes escaping
How to select between brackets (or quotes or ...) in Vim?

I'm sure there used to be a plugin for this kinda stuff, but now that I need it, I can't …

vim quotes brackets parentheses yank
Regex to split a CSV

I know this (or similar) has been asked many times but having tried out numerous possibilities I've not been able …

regex csv asp-classic split quotes