I've been searching for a ling time, and have not been able to find a working answer for my problem.
I have a line from an HTML file extracted with sed '162!d' skinlist.html
, which contains the text
<a href="/skin/dwarf-red-beard-734/" title="Dwarf Red Beard">
.
I want to extract the text Dwarf Red Beard
, but that text is modular (can be changed), so I would like to extract the text between title="
and "
.
I cannot, for the life of me, figure out how to do this.