<content>
<p>This</p>
<p>is</p>
<p>a</p>
<p>test</p>
</content>
Hello, please have a look at the code above. I need to find the entries who are ending with a lowercase letter followed by a hard return and immediately start with a lowercase letter. The code above is xml.
What have I already tried? Dozens of variations on the following code:
($[a-z]</p>)\n^(<p>[a-z])
What am I doing wrong?