@shreyash_shirbhate - Here you go…
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…