I need to replace links in html:
<a href="http://example.com"></a>
To just plain-text url address:
http://example.com
UPD. Some clarification here, i need this to strip down html tags from text but preserve link locations. It’s purely for internal use, so there won’t be any crazy edge-case code.
Language is python in this case, but i don’t see how’s that relevant.
for more complex operations, use BeautifulSoup