Let's say you have this variable,
String message = "This is a link http://www.example.com/"
or you have this,
String message2 = "This is a link http://www.example.com/ and another link http://www.myfico.com/Images/sample_overlay.gif"
How can I extract only the link into a list?