Literal Text Replacement Command

Top  Previous  Next

This Filter statement tells the script to replace one piece of literal text with another. More specifically, this statement tells the script to search for the literal text Boiler Room and replace it with boiler_tech_group.

 

<Filter>

 <Search>

         <Section>

                 All

         </Section>

         <Type>

                 Literal

         </Type>

         <Text>

                 Boiler Room

         </Text>

 </Search>

 <Replace>

         <Section>

                 Temp

         </Section>

         <Scope>

                 Section

         </Scope>

         <Type>

                 Literal

         </Type>

         <Text>

                 boiler_tech_group

         </Text>

         <All>

                 False

         </All>

 </Replace>

</Filter>