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

learn more… | top users | synonyms (1)

90
votes
9answers
16k views

What is the difference between String.Empty and “” (empty string)?

In .NET, what is the difference between String.Empty and "", and are they interchangable, or is there some underlying reference or Localization issues around equality that String.Empty will ensure are ...
34
votes
5answers
53k views

json parse error with double quotes

A double quote even if escaped is throwing parse error. look at the code below //parse the json in javascript var testJson = '{"result": ["lunch", "\"Show\""] }'; var tags = JSON.parse(testJson); ...
8
votes
6answers
3k views

Is there any difference between “string” and 'string' in Python?

In PHP, a string enclosed in "double quotes" will be parsed for variables to replace whereas a string enclosed in 'single quotes' will not. In Python, does this also apply?
7
votes
5answers
422 views

perl encapsulate single variable in double quotes

In Perl, is there any reason to encapsulate a single variable in double quotes (no concatenation) ? I often find this in the source of the program I am working on (writen 10 years ago by people that ...
7
votes
2answers
1k views

Is there any practical reason to use quoted strings for json keys?

According to Crockford's json.org, a json object is made up of members, which is made up of pairs. Every pair is made of a string and a value, with a string being defined as: A string is a ...
6
votes
4answers
418 views

what does ' ', and “ ”, and no quotes mean in Javascript?

I realized I've been switching between them with no understanding as to why, and am finding it hard to search for.
6
votes
2answers
770 views

Does Java have the '@' character to escape string quotes?

My string has double quotes in it, in C# I would do: string blah = @"this is my ""text"; how would I do that in Java?
6
votes
3answers
732 views

replacing doublequotes in csv

I've got nearly the following problem and didn't find the solution. This could be my CSV file structure: 1223;"B630521 ("L" fixed bracket)";"2" width";"length: 5"";2;alternate A 1224;"B630522 ("L" ...
6
votes
1answer
139 views

Scala Regular Expressions (string delimited by double quotes)

I am new to scala. I am trying to match a string delimited by double quotes, and I am a bit puzzled by the following behavior: If I do the following: val stringRegex = """"([^"]*)"(.*$)""" val ...
5
votes
4answers
412 views

Why is a variable name followed by an underscore not evaluated correctly during string interpolation in Perl?

Why is a variable name followed by an underscore not evaluated correctly during string interpolation in Perl? my $i = 3; print "i = $i\n"; # works, prints "i = 3" print "_i = _$i\n"; # works, prints ...
5
votes
4answers
1k views

Adding quotes to argument in C++ preprocessor

I'd like to pass the name of an include file as a compiler argument so that I can modify a large number of configuration parameters. However, my C++ build is via a makefile like process that removes ...
4
votes
6answers
11k views

php to extract a string from double quote

I have a string This is a text, "Your Balance left $0.10", End 0 how can i extract the string in between double quote and have only the text 'Your Balance left $0.10' (without the double quotes) ...
4
votes
3answers
534 views

How to avoid double quote escape in C# strings?

In Ruby it's possible to use the strings without the need to escape the double quote in the string, like Q/Some my string with "double quotes"/ Is it possible with C# to use a string without a need ...
4
votes
4answers
693 views

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 a batch file: @SET path_with_space="c:\test\filenamewith space.txt" @CALL :FUNCTION ...
4
votes
1answer
1k views

Turn off automatic quote insertion in Visual Studio 2010

I am editing a huge number of legacy ASP pages that have been converted over to C#. One problem is that the HTML attributes need to be adjusted to correct some double quote problems. My problem is ...
4
votes
2answers
2k views

Administrator's shortcut to batch file with double quoted parameters

Take an excruciatingly simple batch file: echo hi pause Save that as test.bat. Now, make a shortcut to test.bat. The shortcut runs the batch file, which prints "hi" and then waits for a keypress ...
4
votes
1answer
245 views

Make H2 treat quoted name and unquoted name as the same

H2 seems to make a difference between name with quote and name without quote. Is there a way to make it treat them the same way? Here's the tests that I've done : CREATE TABLE test (dummy INT); ...
4
votes
7answers
2k views

How to replace text using sed or awk?

I have the following json file: { "last_modified": { "type": "/type/datetime", "value": "2008-04-01T03:28:50.625462" }, "type": { "key": "/type/author" }, "name": ...
4
votes
2answers
138 views

Block of text with both types of quotes as a string

I'm working with a site that's based on some custom templating system. Let's say that in a template I can use tag [custom_text] which will output the entire block of html like this, defined through ...
4
votes
1answer
444 views

Why does jQuery templates add double quotes to some strings

Background I'm working with jQuery templates, ASP.Net MVC Razor views and Twitter. Problem Using jQuery templates with some strings automatically results in those strings being wrapped in " ...
3
votes
6answers
23k views

How to add doublequotes 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 to display the content inside a div with in a doublequotes .So I have written something ...
3
votes
4answers
766 views

Perl Regex: How to remove quotes inside quotes from CSV line

I've got a line from a CSV file with " as field encloser and , as field seperator as a string. Sometimes there are " in the data that break the field enclosers. I'm looking for a regex to remove these ...
3
votes
3answers
6k views

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. How can I do it?
3
votes
1answer
2k views

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,K The comma-separated values can be in any order. I'd like to split the string on commas; however, in the case ...
3
votes
1answer
147 views

Should I use single or double quotes in my .vimrc file?

I tried to Google this, but wasn't able to find anything. So here's the question, what's the difference between single ('') and double ("") quotes in Vim? Specifically when used in the .vimrc file. ...
3
votes
3answers
351 views

Accomodate two types of quotes in a regex

I am using a regex to replace quotes within in an input string. My data contains two 'types' of quotes - " and “ There's a very subtle difference between the two. Currently, I am explicitly ...
3
votes
1answer
111 views

grep pattern single and double quotes

Is there any difference between enclosing grep patterns in single and double quotes? grep "abc" file.txt and grep 'abc' file.txt I'm asking since there's no way I could test all possible cases ...
3
votes
3answers
127 views

chinese charactors eat other charactor when lua loadstring

when i load data in lua by loadstring, some magic chinese charactors fail. RawData = '{a="a朶b"}' Data = loadstring("return " .. RawData)() that's because: "朶" 's ascii char(gbk encoding) is 0x96 ...
3
votes
2answers
3k views

Encode double quotes inside XML element using LINQ to XML

I'm parsing a string of XML into an XDocument that looks like this (using XDocument.Parse) <Root> <Item>Here is &quot;Some text&quot;</Item> </Root> Then I ...
3
votes
2answers
67 views

Is there a way disable lax quoting rules in sqlite?

It appears that SQLite, apparently as a "compatibility feature", parses double quoted identifiers as string literals if no matching column is found. I understand that it does so for people who write ...
2
votes
2answers
271 views

Double quotes in Jquery

I have read several posts regarding usinq quotes in jQuery and have not been able to form my own query. I have to check a span tag for a particular string. The string i am searching for is: ...
2
votes
2answers
267 views

Print array variables when using or not using double quotes

When I learning to print array variables, I found the white space inserted when double quoter used. Snippet code as below. Could you please tell me why? #!/usr/bin/perl -w use strict; use warnings; ...
2
votes
2answers
51 views

how to show single quote in single-quoted text

I have a bash script, echo 'abcd' in shell, I want to show ab'c'd and I have tried following approach but without success echo 'ab\'c\'d' I am asking is it possible to show single quote in ...
2
votes
4answers
778 views

match a double quoted-string with double-quote inside

I have this python string: string = '"/dev/null" "" "19/1333329478.9381399" 0 1 "cam-foo" 64 900.0 "Foo x rev scan of test" "/usr/bin/env ""PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:$PATH"" ...
2
votes
3answers
630 views

Perl - Regex to match double quoted text

Need some help with regex matching please. I'm trying to match a double quoted string of text, within a large string, that itself can contain pairs of double quotes! Here's an example: "Please can ...
2
votes
2answers
140 views

Single quotes and double quotes in perl

I'm a newbie in perl and I'm trying to execute an operating system command from a Perl script. The operating system command is executed with IPC::Open3, and the command is like $cmd = "mycommand ...
2
votes
1answer
205 views

double-quotes “\”"?

I'm trying to use quotes inside of quotes. It works inside of a text box, but not where I need the string. for example, the first line of code works, but I need the string to be a variable. ...
2
votes
3answers
561 views

How to remove commas between double quotes in PHP

Hopefully, this is an easy one. I have an array with lines that contain output from a CSV file. What I need to do is simply remove any commas that appear between double-quotes. I'm stumbling ...
2
votes
3answers
2k views

Omitting the double quote to do query on PostgreSQL

Simple question, is there any way to omit the double quote in PostgreSQL? Here is an example, giving select * from A;, I will retrieve ERROR: relation "a" does not exist, and I would have to give ...
2
votes
5answers
929 views

String Containing double quotes is inserted incomplete in DB

Updated The textarea i have provided in the form takes the user input as strings String Containing double quotes is inserted incomplete in DB.. I have a string inserted in text area as "Don't ...
2
votes
2answers
58 views

How to keep strings quoted in bash parameters

I have a Bash script which passes patterns and switches to grep. #!/bin/bash foo() { grep $@ *.txt } foo $@ And, of course, myscript SomeText works but myscript "Text1 Text2" does not. Is ...
2
votes
2answers
2k views

Unterminated string literal in escaped html within JavaScript string

I'm seeing an issue with some javascript string literals, when encoding this value: Unencoded <!-- Start ValueClick Media 300x250 Code for Test Tag --> <script language="javascript" ...
2
votes
2answers
324 views

Using double quotes in Applescript command Do Shell Script Echo

I'm trying to use applescript to run a command line process. A simplified version of the Applescript looks like this do shell script "echo bwfmetaedit --INAM=\"name\" --IART=\"artist\" ...
2
votes
1answer
906 views

ASMX web method receiving unescaped double quote in parameter, JSON

My HTTP REQUEST contains a valid JSON string having the double quote in the middle of the name "jo\"hn" escaped as seen here (captured by Fiddler Web Debugger) {"name":"firstName","value":"jo\"hn"}, ...
2
votes
1answer
173 views

Escape single quotes ssh remote command

I read any solutions for escape single quotes on remote command over ssh. But any work fien. I'm trying ssh root@server "ps uax|grep bac | grep -v grep | awk '{ print $2 }' > /tmp/back.tmp" ...
2
votes
2answers
2k views

Powershell: inconsistent/strange behavior with quote parsing?

all! I'm trying to compile a program using PowerShell, but the command is being parsed strangely. This command executes correctly in cmd.exe: dmd -od"bin" -of"bin\convHull.exe" -I"src" ...
2
votes
1answer
433 views

Remove double quotes from header in SED

i would like to remove double quotes from the header row only. The data below is in a txt file with tab-delimiter. Thanks! "$sedol" "$cusip" "$rbss_id" "2877365" "22122P101" "53301020" ...
2
votes
2answers
69 views

If Statement To Match A String Containing Double Quotations

I've an issue with an if statement in my bash script. The goal: I need to check a value of clustered, but since it's not a unique name, I decided to try to match the whole string. For example, to ...
2
votes
2answers
121 views

How can I adjust the margins of quote symbols added with CSS

I'm trying to add quotation marks using only CSS. This works, but I'd like to lower the quotation marks with respect to the content inside them. This is how it currently looks: The HTML: <p ...
2
votes
3answers
151 views

Replacing an escaped single quote with an escaped double quote in Python

I'm trying to replace all single quotes with double quotes, but leave behind all escaped single quotes. Does anyone know a simple way to do this with python regexs? Input: "{ 'name': 'Skrillex', ...

1 2 3 4 5