Hi,
I some text with HTML artifacts where the <
and >
of tags got dropped, so now I need something that will match a small p
followed by a capital letter, like
pThe next day they....
And I also need something that will catch the trailing /p
which is easier. These need to be stripped, i.e. replaced with ""
in python.
What RE would I use for that? Thanks! Stephan.