SPD Workflows - Replace All

How can I add expressions? None of my samples seem to work.

How can I replace all double quotes with blank using the below?

Hello! Please use this workaround to replace double quotes with empty strings:

1 Like

Awesome. Thanks that seems to be working.

How would this look like if i was trying to replace the following each with a space.

“ & $ + % # : / @ ?

Try this regular expression:

["&$+%#:/@?]

You can test your expressions in Regex Hero first and then use them in the workflow.

That works great. Thank you!

1 Like

Hi, this worked great. I had one more question. How would i include a <br /> tag into the following?

["#$?*]

UPDATE: This doesn't seem to work.
(<br />)|["#$?&*]