/ Published in: JavaScript
Expand |
Embed | Plain Text
var myLinkMatch = currentData.match(/(href=\")([^\"]*)(\")/g);
You need to login to post a comment.
Meander365 on 04/19/10
javascript href RegularExpression hyperlink
1 person have marked this snippet as a favorite
var myLinkMatch = currentData.match(/(href=\")([^\"]*)(\")/g);
You need to login to post a comment.