How to Replace Special("/") word in Replace Text

Now I’m trying to Replace “/” by Replace Text Activity in word.
but “/” is ignored.
If you know how to do this , please tell me…

Use Assign inputString = inputString.Replace(“/”,“”)

1 Like

replace text will work inside your word document scope, if you want to replace any text use just replace activity(under String) else you can also follow what Vivek has mentioned.

1 Like

Thank you for your advises.
Finally I can replace “/” to “”.
your advises are so helpful .

2 Likes

Great. Please mark the thread as solved.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.