I have a configuration file which defines a variable
project = "ORB"
using this , I want to rename variable(s) in my code
project_unique_tags
to
ORB_unique_tags
notice how only the bold portion in the variable project_unique_tags is to be replaced with the value "ORB" (without the quotes ofcourse)
how to achieve this?