hello python experts !
I have strings like,
1. <li class="sli">First Session </li>
2. <li class="sli">Used <a class="xref" href="GUID-EEEEEE123-9ADD-E992-A982-CJHKL15414C-RTYBFDG.html">to initiate python session </li>
To,
1. First Session
2. Used to initiate python session
Could you please help me with reg ex? I am trying to create reg ex which will select "<" , ">" and whatever come within this"<",">"
please help.