Top "Double-quotes" questions

Questions related to the use of double-quotes in different programming languages.

How to add double quotes to a string that is inside a variable?

I have variable like: string title = string.empty; My need is that whatever string is passed to it I have …

c# asp.net double-quotes
How can I make Java print quotes, like "Hello"?

How can I make Java print "Hello"? When I type System.out.print("Hello"); the output will be Hello. What …

java escaping double-quotes system.out
How do I put double quotes in a string in vba?

I want to insert an if statement in a cell through vba which includes double quotes. Here is my code: …

excel vba double-quotes
Escape double quotes in a string

Double quotes can be escaped like this: string test = @"He said to me, ""Hello World"". How are you?"; But this …

c# string double-quotes
How to include quotes in a string

I have a string "I want to learn "c#"". How can I include the quotes before and after c#?

c# string double-quotes
Add php variable inside echo statement as href link address?

I'm trying to use a php variable to add a href value for a link in an echo statement. Here's …

php variables echo href double-quotes
PHP JSON String, escape Double Quotes for JS output

I'm creating a JSON string from a PHP array. I've encoded it using json_encode(). $data = array( 'title' => 'Example …

php escaping json double-quotes
Calling one Bash script from another Script passing it arguments with quotes and spaces

I made two test bash scripts on Linux to make the problem clear. TestScript1 looks like: echo "TestScript1 Arguments:" echo "$1" …

bash shell double-quotes salt-stack
Adding double quote delimiters into csv file

I have a number of text files which contain radio programme titles where each item is on a separate line, …

excel csv double-quotes
How to use a string with quotation marks inside it?

I have the following string, which I want to execute as a process: Rundll32 Printui.dll,PrintUIEntry /ia /K /q /…

c# string double-quotes