Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
href[ ]*=[ ]*('|\")([^\"'])*('|\")
|
Description |
the regex's on this site for pulling links off a page always seemed to be faulty, or at least never worked with PHP, so i made this one. simple, as i'm an amateur with regex's, but stumbled thru it and this one actually works. tested with PHP function: preg_match_all("/href[ ]*=[ ]*('|\")([^\"'])*('|\")/",$string,$matches)
|
Matches |
href="index.php" | href = 'http://www.dailymedication.com' | href = "irc://irc.junk
|
Non-Matches |
href=http://www.dailymedication.com
|
Author |
Rating:
Jason Paschal
|
Displaying page
of
pages;
Items to