For example, when I import a list this how each entry is formatted:
Code: Select all
<li class="li">
<p class="li"> The list info. </p>
</li>Code: Select all
<li>The list info.</li>Thanks!
Code: Select all
<li class="li">
<p class="li"> The list info. </p>
</li>Code: Select all
<li>The list info.</li>Code: Select all
\s+<p class="li">(.*)</p>Code: Select all
\1