I want to extract the links from a web age to create a tree of links that have the same host. I found this regular expression, but it doesn't work really well...Have you some ideas ?
val r = "<a href =\"([^\"]*)\"".r
I looked at this page too, but it's in Java and the "translation" in Scla is pretty hard to get