I am trying to extract all links from an HTML file using Java.
The pattern seems to be <a href = "Name">
.
I would like to obtain the URL that would enable me to access the desired webpage.
Can you guys help me out with an approach (string.contains? string.indexof?)?
Thank you.