Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Ashley Sheridan
On Fri, 2009-10-23 at 15:17 -0400, Paul M Foster wrote: > On Fri, Oct 23, 2009 at 01:54:40PM -0400, Brad Fuller wrote: > > > Thanks Ash you are awesome! > > Brad, you're violating list rules. We never say that kind of thing to > Ash *where he can hear it*. Only behind his back. ;-} > > Paul >

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Paul M Foster
On Fri, Oct 23, 2009 at 01:54:40PM -0400, Brad Fuller wrote: > Thanks Ash you are awesome! Brad, you're violating list rules. We never say that kind of thing to Ash *where he can hear it*. Only behind his back. ;-} Paul -- Paul M. Foster -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Brad Fuller
On Fri, Oct 23, 2009 at 1:54 PM, Israel Ekpo wrote: > > > On Fri, Oct 23, 2009 at 1:48 PM, Ashley Sheridan > wrote: >> >> On Fri, 2009-10-23 at 13:45 -0400, Brad Fuller wrote: >> >> > On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan >> > wrote: >> > >> > >  On Fri, 2009-10-23 at 13:23 -0400, Brad

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Brad Fuller
On Fri, Oct 23, 2009 at 1:48 PM, Ashley Sheridan wrote: > On Fri, 2009-10-23 at 13:45 -0400, Brad Fuller wrote: > > On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan > wrote: > > > On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > > > > I'm looking for a regular expression to accomplish a s

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Israel Ekpo
On Fri, Oct 23, 2009 at 1:48 PM, Ashley Sheridan wrote: > On Fri, 2009-10-23 at 13:45 -0400, Brad Fuller wrote: > > > On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan > > wrote: > > > > > On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > > > > > > I'm looking for a regular expression to acc

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Ashley Sheridan
On Fri, 2009-10-23 at 13:45 -0400, Brad Fuller wrote: > On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan > wrote: > > > On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > > > > I'm looking for a regular expression to accomplish a specific task. > > > > I'm hoping someone who's really good a

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Brad Fuller
On Fri, Oct 23, 2009 at 1:28 PM, Ashley Sheridan wrote: > On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > > I'm looking for a regular expression to accomplish a specific task. > > I'm hoping someone who's really good at regex patterns can lend a quick hand. > > I need a regex pattern that

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Ashley Sheridan
On Fri, 2009-10-23 at 13:23 -0400, Brad Fuller wrote: > I'm looking for a regular expression to accomplish a specific task. > > I'm hoping someone who's really good at regex patterns can lend a quick hand. > > I need a regex pattern that will grab URLs out of HTML that have a > certain link text

Re: [PHP] regex pattern for extracting URLs

2009-10-23 Thread Jim Lucas
Brad Fuller wrote: > I'm looking for a regular expression to accomplish a specific task. > > I'm hoping someone who's really good at regex patterns can lend a quick hand. > > I need a regex pattern that will grab URLs out of HTML that have a > certain link text. (i.e. the word "Continue") > > Th

[PHP] regex pattern for extracting URLs

2009-10-23 Thread Brad Fuller
I'm looking for a regular expression to accomplish a specific task. I'm hoping someone who's really good at regex patterns can lend a quick hand. I need a regex pattern that will grab URLs out of HTML that have a certain link text. (i.e. the word "Continue") This is what I have so far but it doe