how to display apostrophe in string
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 03:01 AM
I am trying to display apostrophe in the below string, it is working fine on desktop but not on mobile app
gs.addInfoMessage("Thank you - we\'ll take a look and see what we can do to help");
Please help
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 03:06 AM
gs.addInfoMessage("Thank you - we"+"'"+"ll take a look and see what we can do to help");
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 03:11 AM
But if it's just an info message putting it into a message may be easier
gs.addInfoMessage(getMessage("Thank you - we'll take a look and see what we can do to help"));
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 07:39 AM
Neither of the above solutions worked...Scott i think you have noticed it need to be worked in mobile app..thnx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2018 07:43 AM
strange
Are you using the mobile app on android or iOS also is it the app you are using or going to the URL on the device browser?