How do you replace parentheses when using the replace string function with in flow designer's transform functions?

Ryan10
Tera Contributor

how do I replace/remove parentheses from a string using the transforms withing flow designer?

find_real_file.png

1 ACCEPTED SOLUTION

Ryan10
Tera Contributor

so to replace () you have to place a \ in front of each (

see attachment for clarification or https://regexr.com/

View solution in original post

3 REPLIES 3

Yousaf
Giga Sage

Hi Ryan,

If you can try without these brackets.

find_real_file.png

 

Mark Correct or helpful if it helps.


***Mark Correct or Helpful if it helps.***

Ryan10
Tera Contributor

ya i did this but when you run it with the

Regex of (CC) and the

Replacement string of 

it does not remove the () 

Ryan10
Tera Contributor

so to replace () you have to place a \ in front of each (

see attachment for clarification or https://regexr.com/