Top "Double-quotes" questions

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

How does the leading dollar sign affect single quotes in Bash?

I need to pass a string to a program as its argument from the Bash CLI, e.g program "don't …

bash quotes double-quotes single-quotes
Ansible escaping double quotes and single quotes

I would like insert a nrpe command in the nrpe.cfg with this ansible command check_tomcat_threads.pl -H …

escaping ansible double-quotes single-quotes
Write a string containing commas and double quotes to CSV

I'm trying to produce a Google Shopping feed of 30,000+ items in NetSuite, a CRM system that runs server-side JavaScript that …

javascript csv comma double-quotes suitescript2.0
remove double quotes from a string in c++

I am stripping off double quotes from a string, but I keep getting this error from the following function. What …

c++ string double-quotes
Python how convert single quotes to double quotes to format as json string

I have a file where on each line I have text like this (representing cast of a film): [{'cast_id': 23, …

python json regex double-quotes single-quotes
Send a text string containing double quotes to function

I'm having a problem with using double quotes while formatting text strings being sent to functions in R. Consider an …

r string-formatting double-quotes output
CMD nested double quotes in argument

I am having problems with passing arguments to a batch function with nested double quotes. Here is an example of …

batch-file cmd command-line-arguments double-quotes
Are double "" and single '' quotes (always) interchangeable in R?

This is perhaps rather a minor question... but just a moment ago I was looking through some code I had …

r quotes double-quotes single-quotes
How to add quotes around each word in a string in R?

I have a string: words<-"Monday, Tuesday, Wednesday, Thursday,Friday" and I only need add quotes to each …

r double-quotes
Scala: Replacing double quotes with single quotes

How do you replace single quotes with double quotes in Scala? I have a data file that has some records …

scala dataframe spark-dataframe double-quotes single-quotes