Hi
I have a regex question. The solution would allow me to convert more easily output from my word processor.
Say we have this text:
Code:
<blockquote>
<p>A la première ville,<br/>Son amant l’habille<br/>Tout en satin blanc</p>
<p>A la seconde ville,<br/>Son amant l’habille<br/>En or, en argent.</p>
<p>Elle était si belle<br/>Qu’on lui tendait les voiles<br/>Dans tout le régiment.</p>
</blockquote>
I wish, using an editor, to add a class "note" for each
p. The number of
p can vary from one to nine.
I fail to do it.