View Single Post
 
Old 05-22-2018, 11:28 AM
Gilvv Gilvv is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Oct 2016
Posts: 30
Gilvv is on a distinguished road
Default How to globally modify (color) varying strings of text?

Hello,
I have a large Word file with thousands of strings likes this:
<%=Node6_b_16b_CompDentalOtherPartB_MaxPlanAmt%>
Always enclosed in < and >
I need to color the text of all those strings (including the brackets).
I can find all instances of those strings using \<*\> but am at a lost in knowing what the regex should be at the “Replace With” field in order to preserve the text.
I would greatly appreciate any help
Reply With Quote