Top "Quotations" questions

Code quotations, a language feature that enables you to generate and work with F# code expressions programmatically.

How to insert text with single quotation sql server 2005

I want to insert text with single quote Eg john's to table in sql server 2005 database

sql sql-server-2005 quotes quotations
Extract string from between quotations

I want to extract information from user-inputted text. Imagine I input the following: SetVariables "a" "b" "c" How would I …

python string extraction quotations
Down angled quote (« and ») in HTML

Possible Duplicate: Does unicode or HTML have a vertical double guillemet (chevron)? Is there a downwards facing alternative to &…

html encoding quotations quotation-marks
how to print \" in C++

I need to print a string that says exactly: std::string("-I\"/path/to/dir\" "); Basically, I need to do …

c++ printing ofstream quotations
What is the difference between single, double, and triple quotes in Python?

In other words, how do I know which one to use? I know when I use strings. I would do …

python python-3.x syntax quotations
How to use escape character in replace function when replacing quotations in VB

Here is my code snippet: Public Function convert(ByVal robert As String) Try robert = Replace(robert, "U", "A") robert = Replace(…

vb.net escaping character quotations
How do I match a pattern with optional surrounding quotes?

How would one write a regex that matches a pattern that can contain quotes, but if it does, must have …

regex quotations repeat surround