Hello,
after 2h, impossible to transform one field keyword with : “keyword 1” keyword2 “keyword 3” in "keyword 1" keyword2 "keyword 3"
i trying different version of :
- ("|"$|^") by \"
- (“|”$|^") by "
- " by '
- ’ by \’
the field is always the same
Hello,
after 2h, impossible to transform one field keyword with : “keyword 1” keyword2 “keyword 3” in "keyword 1" keyword2 "keyword 3"
i trying different version of :
the field is always the same
Hello @guillaume5,
Sorry if I’ve misunderstood it. But you’re trying to replace that backticks(”,“) to regular quotes(").
Check this regular expression that I’ve created on regex101: build, test, and debug regex
Just need this basic expression (“|”)
then use replace it with "
.
You could try this on the replace()
function. Replace Documentation
The formula for the replace function
{{replace("Your keyword variable or text here"; "(“|”)"; ")}}
If this is not what You wanted then please clarify more about it.
P.S.: Always search first, Check Make Academy. If this is helpful, Mark Best as Solutions
and give
If you need expert help or have questions? Contact or comment below!