719
Views
3
Comments
Escaping quotes
Question
Hey ... I hope I haven't missed something obvious, but I need to replace double quotes (") with single quotes (') in a string.

How do I do that?
Thanks!
Stefan
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Stefan,

Double quotes are escaped like "" (double double quotes :)) in Service Studio strings. To replace a double quotes (") with single quotes (') you can do
Replace(yourText, """", "'")

Cheers,
Tiago Simões
2020-05-02 17-54-25
Stefan Meier
Fabulous!

Thanks Tiago!
UserImage.jpg
Yousif Beshay

It Works .Thanks for The Reply

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.