How to add and remove double quotes in string

HI,
I cant add or remove double quotes to a string using “"How to add doublequotes"” or @“”“How to add doublequotes”“” and also for removing in regex characters “""” is not working…

How to trim or replace characters… because trim(‘#’) or replace(‘@’,‘#’) is not working, it is not allowing single quotes for characters…

Try chr(34) instead of double quote.

4 Likes

Hi @Sunitha_Bist,

Find the attachment to add the double quotes to a string.

Main.xaml (4.9 KB)

Regards,
Rahul

3 Likes