Quote:
Originally Posted by bookrat01
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