View Single Post
Old 01-20-2024, 06:12 AM   #13
famfam
Connoisseur
famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.famfam ought to be getting tired of karma fortunes by now.
 
Posts: 80
Karma: 2178856
Join Date: Oct 2013
Device: Kobo Clara HD
I am trying to solve the problem of double words with Sigil:
.* Punkt und Stern in Kombination findet X-beliebig viele Zeichen.
a$ Dieses Zeichen steht für das Ende einer Zeile oder einer Zeichenkette.
\. Das Backslash schützt ein Zeichen vor der Metafunktion. Findet das Zeichen Punkt und nicht ein beliebiges Zeichen wie es die Metafunktion vorsieht.

Search:
<span class="reg-begriff1">.*</span>
Found:
<span class="reg-begriff1">Mobilreadonia</span></span> stationierten <span class="versal"><abbr>SFOR</abbr></span>
delete:
<span class="reg-begriff1">.*</span>
Solution:
How to find only the delete-text?
That means to stop the finding-process after the >
The a$ must do it, but how and in which position?
I could not find it out.
This could be the solution to delete the begriff1 automatically in Sigil.
So I would be very happy, if you could help me, to find the solution?
famfam is offline   Reply With Quote