View Single Post
Old 02-01-2014, 09:40 AM   #5
Alt68er
Member
Alt68er began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Dec 2013
Device: Pocketbook touch lux (623)
Hi and thanks a lot for your suggestions.

With your help I found the following find-regex

Code:
(?s)<head>.*(  <title.*css\"\ {0,1}/>).*<body class="calibre">
and this replace-regex:

Code:
(?s)<head>.*(  <title.*css\"\ {0,1}/>).*<body class="calibre">
which are working absolutely fine.

Thanks again and a nice weekend,
Peter
Alt68er is offline   Reply With Quote