Thread: Remove Footer
View Single Post
Old 11-20-2009, 03:31 AM   #12
matthias
Enthusiast
matthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura aboutmatthias has a spectacular aura about
 
Posts: 25
Karma: 4212
Join Date: Nov 2009
Location: South Tyrol, Italy
Device: Sony Reader PRS-505
i still don't get it to work, ...

in the debug-input-folder it shows me the following string:
Code:
11&nbsp;&nbsp;<br>
in the debug-parsed-folder it's then
Code:
11  </p><p>
Earlyer (now i've given it a peek, i used 0.6.16 when it worked) i used
Code:
\d+\xA0*<br>
which won't work anymore, since it seems that there has been changed something in the pipeline. But also replacing the \xA0 with \s (what should be any whitespace-character) doesn't work.

I tryed to use \d+\s+, which works, is applyed somewhere between the input and the parsed section, but isn't quite what i wantet, since it removes every digit in the file followed by a whitespace.

When exactly is the regex applyed to the file? Right on the input-file, or are there some steps in the pipline that change that code bevore applying the regex?
matthias is offline   Reply With Quote