Can anyone help me extract the 'href' (tag link location value) from the HTML text below using TypeScript?
String Text one
"<html><body><a href="C:\Users\K\Documents\docker_command.txt">docker_command.txt </a></body></html>"
String Text Two
"<html><body><a href="https://www.facebook.com/">https://www.facebook.com/ </a></body></html>"