Hi I am trying to make reguler expression that retreive a string from html file the string that shall be retreived is the one between <P > string may contain further tags and ..</P> how can I MAKE THIS waht's wrong with it ?? why it dont work
<(p|P)[.*?>.*?][<p|P>] Regards
