HiAll,
I want to replace all the double quotes (“) in a string to Single quote('). I am using .Replace(”“”, “'”) command in uipath. But it is not working. Please suggest the method to do this.
HiAll,
I want to replace all the double quotes (“) in a string to Single quote('). I am using .Replace(”“”, “'”) command in uipath. But it is not working. Please suggest the method to do this.
di you use system.Text.RegularExpressions.Regex.Replace?
Hi
You can use StringVar.Replace(“”“”,“'”)
hope it will work
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.