I need to get this regex to work but cant figure it out.
<li name="random" class="random" id="random" value="random">random</li>
<li name="random" class="random" id="random" value="random">random</li>
<li name="random" class="random" id="random" value="random">Föredrar att inte uppge</li>
Random means random data and I want just the last tag data and it can be diffrent amount of tags aswell so every thing between the last "<li
" and "Föredrar att inte uppge
"