Could anybody help me in this case?:
There is a code from EPUB:
Quote:
you</p>
<p class="calibre2">need
|
I need replace in whole document those symbols to a empty space to get only string "you need" and so on.
I tried to use:
(*[a-z])</p>
<p class="calibre2">([a-z]*) <-- did not worked. Is said. that no match found.