Top "Apostrophe" questions

The single-quote character (')

What is the correct way to support apostrophes in javascript when building up html?

i have the following code: var name = "Joe O'Neal"; var row= []; row.push( "<td><input type='hidden' …

javascript jquery double-quotes apostrophe
Replacing apostrophe in asp.net to prevent SQL error

I have a web-form with a Name field which I want to be able to accept single apostrophes, such as …

asp.net sql apostrophe
Can't use apostrophe in StringFormat of a XAML binding?

I'm trying use StringFormat to insert apostrophies (apostrophe's?) around a value that is bound to a TextBlock: <TextBlock Text="{…

c# wpf escaping apostrophe string-formatting
Can't catch apostrophe in if statement

I am creating a program that takes a text file, and a word. It reads a text file and compares …

c if-statement apostrophe
JSON value with apostrophe

I have an element with a rel attribute that contains a JSON string, something like: rel='{"id":"#id#","name":"#…

jquery json coldfusion apostrophe
Encoding string for apostrophe in asp.net

I am having a problem trying to resolve an apostrophe related issue. I have searched SO, but could not find …

javascript asp.net vb.net apostrophe
How to write an xpath to select a node whose text contains special characters such as apostorophe?

How to write an xpath to select a node whose text contains special characters such as ' which is kind …

xml xslt xpath apostrophe