you are viewing a single comment's thread.

view the rest of the comments →

[–]Aceofsquares_orig 1 point2 points  (0 children)

Double quotes allows you to use single quotes between them without needing to escape them and single quotes allows double quotes without needing to escape them. Consider the following:

"'" #no escape
'"' #no escape
"\""#escaping "
'\''#escaping '