Top "Quotes" questions

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

JavaScript HERE-doc or other large-quoting mechanism?

Is there a convenient way to quote a large block of HTML that has both single and double quotes in …

javascript quotes heredoc
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 …

bash ssh quotes double-quotes
Converting ″Straight Quotes″ to “Curly Quotes”

I have an application which uses a Javascript-based rules engine. I need a way to convert regular straight quotes into …

javascript regex quotes smart-quotes
python equivalent to perl's qw()

I do this a lot in Perl: printf "%8s %8s %8s\n", qw(date price ret); However, the best I …

python perl quotes
HTML attribute with/without quotes

Is there any difference between the following code blocks? <iframe src="http://example.com" width=100%></iframe> &…

html quotes
What's your best trick to break out of an unbalanced quote condition in BASE SAS?

As a base SAS programmer, you know the drill: You submit your SAS code, which contains an unbalanced quote, so …

sas base quotes
Passing arguments which include double quotes to subprocess using Python

I'm looking for a way to pass an argument which contains double quotes to python's subprocess module, without the double …

python subprocess quotes double-quotes quoting
Using quotation marks in Javascript with innerHTML

I have written some code to update the player on the story as it progresses. When the player clicks a …

javascript button quotes double-quotes
How to properly escape triple nested quotes in JSP tags

We just upgraded Tomcat and the newer Tomcat doesn't like nested quotes in the tag, so we have to alternate …

java jsp tomcat quotes jsp-tags