How can I limit the search between specific tags?
Posted: Sun Oct 07, 2012 9:51 am
How can I limit the search between specific tags?
In this text:
I am triying to select only:
I am using:
but the test Textpad selected in texpad is more than, it not stop in , it stops in the last of the line.
I am triying to select this specific tag
[¡the words are different in each case!]
and change for
I need to put a specific tag for the first letter of each word and other tag for the rest of the word.
Thank you.
In this text:
Code: Select all
<p class="txt" xml:lang="es"><span class="lookforthistag">Change These Words</span><span class="txt">, Roland (2005). </span><span class="crva">El grado cero de la escritura. </span><span class="txt">Seguido de </span><span class="crva">Ensayos crÃticos. </span><span class="txt">Siglo XXI. Madrid. </span></p>Code: Select all
<span class="lookforthistag">Change These Words</span>I am using:
Code: Select all
<span class="lookforthistag">\(.*\)\ </span>but the test Textpad selected in texpad is more than
Code: Select all
<span class="lookforthistag">Change These Words</span>Code: Select all
</span>Code: Select all
</span>I am triying to select this specific tag
Code: Select all
<span class="lookforthistag">Change These Words</span>and change for
Code: Select all
<span class="txt">C</span><span class="small-caps">hange </span><span class="txt">T</span><span class="small-caps">hese </span><span class="txt">W</span><span class="small-caps">ords</span>
Thank you.