How to Extract URL from the Text with javascript

Posted by user356369 on Stack Overflow See other posts from Stack Overflow or by user356369
Published on 2010-06-02T11:32:12Z Indexed on 2010/06/02 11:33 UTC
Read the original article Hit count: 167

Filed under:
|
Eg: Google site http://www.google.com 

output: http://www.google.com


Eg: Yahoo site www.yahoo.com 

output: www.yahoo.com

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery