String Problem

I have a string column i want to find particular string if it matches then replace with "X' string else "Y" string how to achieve in KNIME

Have a look at the "String Manipulation" node.

hey there

I would rather recommend the Rule Engine node..
check the samples there..
one is:
$string column name$ LIKE "*blue*" => "small and blue"