
November 13th, 2008, 05:53 AM
|
|
Contributing User
|
|
Join Date: Feb 2004
Location: köln, germany
Posts: 51
  
Time spent in forums: 11 h 23 m 2 sec
Reputation Power: 11
|
|
|
Parse $ for URL's
Hello, I need to parse a string for URL's beginning with http:// and ending with a whitespace, but I can't get it to work ...
This
http:\/\/(.*)\s|$
doesn't work when the URL is at the end of the string and it's the best I could come up with ...
Any help will be appreciated!
jwm
|