Im taking a java class right now but I am still a complete noob.
I want to make a program where it searches a text file and will write the usernames it finds to a new text file.
Usernames are always found like this in the file...
<a href="/user/iEpic"
the iEpic would be the username I want to write to a new text file.
I don't expect anyone to write this for me, I just have no idea where to start and need a little push into the right direction.
Thanks!