Top "Double-quotes" questions

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

Printing " (double quote) in C

I am writing a C code which reads from a file and generates an intermediate .c file. To do so …

c printf double-quotes quote
Adding a registry key in windows with quotes needed in the data using a batch script

Little Willis here. I am trying to using a batch script to edit an existing registry key that is used …

windows batch-file double-quotes registrykey
how to check if a character is equal to double quote in java

I want to check the value of a char to see if it is double quote or not in Java. …

java char double-quotes
bash alias command with both single and double quotes

I have this command that does what I want but I can't get to alias it in my .bashrc (note …

linux bash quotes double-quotes
Escaping quotes and delimiters in CSV files with Excel

I try to import a CSV file in Excel, using ; as delimiters, but some columns contains ; and/or quotes. My …

excel csv delimiter double-quotes
write csv file with double quotes for particular column not working

I'm trying to write a csv file using python csv writer. In which one of the column value is enclosed …

python python-2.7 csv double-quotes
Split string on commas but ignore commas within double-quotes?

I have some input that looks like the following: A,B,C,"D12121",E,F,G,H,"I9,I8",J,…

python regex csv split double-quotes
Remove double quotes from the strings present inside the arrays using javascript

I have an array like this: array = ["apple","orange","pear"] I want to remove the double quotes from the beginning …

javascript arrays string double-quotes
HTML:Use quotes within quotes within quotes

I'm stuck with this problem: <body onload="document.body.innerHTML="<script>alert('hi')</script>""> …

javascript html string quotes double-quotes
Avoid quotation marks in column and row names when using write.table

I have the following data in a file called "data.txt": pid 1 2 4 15 18 20 1_at 100 200 89 189 299 788 2_at 8 78 33 89 90 99 3_xt 300 45 53 234 89 34 4_dx 49 34 88 8 9 15 The data is separated …

r double-quotes write.table