I want to parse the url from a String in android. The example String is
"This is a new message. The content of the message is in 'http://www.example.com/asd/abc' "
I want to parse the url http://www.example.com/asd/abc from the String without using the subString method.
