String Manipulation

Hi there,

 

I want to change the word "oliv" by "olive". However, when I use the String Manipulation knode :

replace($color$, "oliv", "olive"), "oliv" changes to "olive" but also "olive" changes to "olivee".

 

Has anyone a suggestion on how to solve this problem?

 

Best regards

Janette

Hi,

May be better using string replacer node with the RegEx settings.

in find box choose

oliv/b

in replace box choose

olive

 

 

simon.

Awesome! Thank you very much :)