I have a query list action that pulls some information into a collection. I'm trying to clean up that data using regular expressions. The big hurdle that I have hit so far is that it is changing "/" to "\/". Essentially adding the extra slash. I have been unsuccessful in removing it. Does anyone have the correct syntax that would get me what I need? Thank you!