Thread: Regex examples
View Single Post
Old 01-17-2013, 07:43 AM   #177
LightFromMoon
Junior Member
LightFromMoon began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2013
Device: Kobo Glo
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.

Last edited by LightFromMoon; 01-17-2013 at 07:46 AM.
LightFromMoon is offline   Reply With Quote