How to replace single and double quotes in a string

@shreyash_shirbhate - Here you go…

image

My Strinput value is "ab’c""d" - Since you have double quotes in the string values, you have to add it twice to include it…Same logic to be applied while replacing also.

Since I have used it twice, In the immediate panel it will show as \" , meaning I have escaped it…

Hope this helps…

1 Like