View Single Post
Old 10-22-2016, 02:11 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,166
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by bookrat01 View Post
hi it might be a small problem but its still a problem here the part what i did
the highlighted thing is what was left behind.
<a id="\d+"></a>Titel | \d+ <br>
what do i have to do that i can take it out since it stands sometimes between 2 words.
escape special meaning REGEX characters: eg \|

I might search for \|\s*(\d+) to find the 'pipe' followed b optional space and digits

and replace (put back) the digits \1
theducks is offline   Reply With Quote