IntelliJ Java IDE
The moose likes I/O and Streams and the fly likes searching for url in file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply locked New topic
Author

searching for url in file

Willie Tsang
Greenhorn

Joined: Nov 20, 2011
Posts: 24
I have assignment that im stuck with.
Design a program that finds all hyperlinks of the form <a href="link">link text</a> on the address http://java.sun.com/index.html

I have already did the read and write its contents to a file. I am stuck at, how can i read contents that in the file, and know whether it is a url then return its url address. Any suggestions?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.


Android appsImageJ pluginsJava web charts
 
IntelliJ Java IDE
 
subject: searching for url in file
 
Threads others viewed
Writing to a file on the server whose URL is given
How to Print Document without opening document?
Important!
display csv file as an excel in java
help with search() method
IntelliJ Java IDE