Escape
The escape (\) command removes limits on special characters, allowing them
to be executed as is when necesarry. For example, in PHP code, preceding a
special character with an escape command tells the code to treat that
character literally for what it is. This is necessary when you want
characters such as quotation marks to be treated literally.
Jack asked "How are you today?" Jane replied "I'm doing great!"