Hi, How to use Replace Step to move '[['?

Hello @bleedingsaber,
There are 2 ways.

Using nested replace() functions

{{replace(replace("[[test]]"; "]]"; emptystring); "[["; emptystring)}}

Note: If there are any specific variable is used as input, replace [[test]] with it.

Using Regular Expression

This create more complexity for you to handle expression as well as replace().
Try the first one if that’s not works then come up with your error.


:light_bulb:P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions :white_check_mark: and give :+1:
If you need expert help or have questions? Contact or comment below! :backhand_index_pointing_down:

1 Like