Hello I am trying to write a regex that replaces the value of Title “Installing” with “Downloading” ,if the value of Title has square brackets, i don’t have to change
Here’s How the input looks like
Title="[Installing %=System.LinkedTitle.Installing%]", Value="Installing"
Title="Introduction"
Title="Storing equipment & lubrication"
Title="Installing the collector laterals"
Title="Installing the mechanical scraper"
Title="Installing the saturator system"
Title="Installing the sludge beach"
Title="Installing the effluent weir"
Title="[Installing%=System.LinkedTitle%]"
And the output should look like:
Title="[Installing %=System.LinkedTitle.Installing%]", Value="Installing"
Title="Introduction"
Title="Storing equipment & lubrication"
Title="Downloading the collector laterals"
Title="Downloading the mechanical scraper"
Title="Downloading the saturator system"
Title="Downloading the sludge beach"
Title="Downloading the effluent weir"
Title="[Installing%=System.LinkedTitle%]"