Newer Version Available

This content describes an older version of this product. View Latest

Differences in Escaping Reserved Characters

If you have a single quote or backslash in a string literal, use two backslashes instead of one to escape it.

For example, the following statement in a Java client program is valid for finding account names like Bob's B-B-Q.

For the AJAX Toolkit, escape the single quote literal character twice.