Thread: Remove Footer
View Single Post
Old 11-23-2009, 03:02 PM   #15
Ydieh
Junior Member
Ydieh began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2009
Device: iPod touch
Quote:
Originally Posted by matthias View Post
i have been able to resolve my problem using:
Code:
(\d+\s+<p>)
what seems a little strange to me, since neither in the input-, nor in the parsed-folder it is like this.
To me it looks like the regex is applyed somewhere in between converting the input to the parsed, but for sure before closing the tags (what in my eyes isn't very user-friendly or at least confusing, since noone seems to know it, and its neighter shown in the input nor the parsed-folder)

Also, i think the preconfigured regex (immediately after the installation) should be adjusted to the new practice, because i don't think any footer or header-removement will be done with the standard-regex anymore.

i hope someone of the developers will take care of this problem, or at least explain what the thougs behind this are, so we can understand better when exactly the regex is applyed.
for the solution for my problem.
I've tried "<br>" and "</p><p>" in my expression and they both didn't work.
Using only "<p>" works.
Ydieh is offline   Reply With Quote