Top "Quote" questions

The Lisp quote is a special operator that returns its only argument, unevaluated.

How to escape single quote in sed?

How to escape a single quote in a sed expression that is already surrounded by quotes? For example: sed 's/…

sed escaping quote
Single quote escape in JavaScript function parameters

I need to escape single quotes in JavaScript function parameters to avoid this: onclick="Javascript:INSERT_PRODUCT('188267','WILL …

javascript quote
The correct COPY command to load postgreSQL data from csv file that has single-quoted data?

I have csv file that has contents like this: 10,53073,0,0,'Y','2008-05-30 21:46:55',0,'2008-05-30 21:48:04',0,53071,2 I want …

sql postgresql csv copy quote
Triple-double quote v.s. Double quote

What is the preferred way to write Python doc string? """ or " In the book Dive Into Python, the author provides …

python pep8 quote docstring pep
Make big quotes with <blockquote>

Some years ago, I used the tag to create a quote on my site (with big quotation marks). Now I …

html block quote
Golang : Escaping single quotes

Is there a way to escape single quotes in go? The following: str := "I'm Bob, and I'm 25." str = strings.Replace(…

go escaping backslash quote
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
Printing " (double quote) in GoLang

I am writing a Go code which reads from a file. To do so I use fmt.Println() to print …

string go quote
When to use ' (or quote) in Lisp?

After making it through the major parts of an introductory Lisp book, I still couldn't understand what the special operator (…

lisp quote
HTML5 block-quote with author

Hi I'm seeing a great number of different ways to implementat blockquote in html but it doesn't seem clear in …

html quote