Hi everybody!
Someone can help me? I want to do a find/replace in my text with UltraEdit-32 v14.00.
I already tried but I’m always stuck.
Here is my text:
The Symbolism of Flower Colors is Steeped in Tradition : red, white, blue, etc.
<level value_level="001">Blue</level>
<p>A blue flower stands for desire, love, and inspiration. It is a flower that represents the metaphysical striving for the impossible and infinite.</p>
<level value_level="002">Red</level>
<p>Although red flowers are most commonly associated with feelings of true love and passion, they can also be used to convey respect, desire, and courage.</p>
<level value_level="003">White</level>
<p>White flowers can mean reverence and humility, purity and innocence or sympathy for a bereavement.</p>
And here is my expected result:
The Symbolism of Flower Colors is Steeped in Tradition : <renv id="002">red</renv>, <renv id="003">white</renv>, <renv id="001">blue</renv>, etc.
<level value_level="001">Blue</level>
<p>A blue flower stands for desire, love, and inspiration. It is a flower that represents the metaphysical striving for the impossible and infinite.</p>
<level value_level="002">Red</level>
<p>Although red flowers are most commonly associated with feelings of true love and passion, they can also be used to convey respect, desire, and courage.</p>
<level value_level="003">White</level>
<p>White flowers can mean reverence and humility, purity and innocence or sympathy for a bereavement.</p>
The goal is to find the keyword and add the corresponding values near the keyword (using a script).
Thanks in advance ^_ ^
Someone can help me? I want to do a find/replace in my text with UltraEdit-32 v14.00.
I already tried but I’m always stuck.
Here is my text:
The Symbolism of Flower Colors is Steeped in Tradition : red, white, blue, etc.
<level value_level="001">Blue</level>
<p>A blue flower stands for desire, love, and inspiration. It is a flower that represents the metaphysical striving for the impossible and infinite.</p>
<level value_level="002">Red</level>
<p>Although red flowers are most commonly associated with feelings of true love and passion, they can also be used to convey respect, desire, and courage.</p>
<level value_level="003">White</level>
<p>White flowers can mean reverence and humility, purity and innocence or sympathy for a bereavement.</p>
And here is my expected result:
The Symbolism of Flower Colors is Steeped in Tradition : <renv id="002">red</renv>, <renv id="003">white</renv>, <renv id="001">blue</renv>, etc.
<level value_level="001">Blue</level>
<p>A blue flower stands for desire, love, and inspiration. It is a flower that represents the metaphysical striving for the impossible and infinite.</p>
<level value_level="002">Red</level>
<p>Although red flowers are most commonly associated with feelings of true love and passion, they can also be used to convey respect, desire, and courage.</p>
<level value_level="003">White</level>
<p>White flowers can mean reverence and humility, purity and innocence or sympathy for a bereavement.</p>
The goal is to find the keyword and add the corresponding values near the keyword (using a script).
Thanks in advance ^_ ^