7.67.52015-05-06

Apostrophes and Backslashes within Strings

If you want to use an apostrophe (‘) or a backslash (\) within a string, you must precede it by a backslash. For example:

show( 'Don\'t miss this offer!' )