From this string:
... Descriere: hauser - un motor ars , in urma reviziei
anuale echipa sosita in statie a constatat ca unul din
hausere functioneaza cu un singur motor . </p> Alte... <p>
Reparare efectuat... </p>
I need to get the string between Descriere: and the first occurrence of the </p> string.
I tried: (Descriere: )(.*)(<\/p>) but it gets the entire string, not stopping at first delimiter.