Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] Andy's Spider Bug??

Quote Reply
Re: [Andy] Andy's Spider Bug?? In reply to
Since the '.' doesn't match newlines, what about getting rid of newlines and tabs in the string first? Check for the opening <title>, remove newlines and tabs, anything else you don't want, then doing it.

s,\n,,

Or maybe

m,<title>\n?(.*?)\n?</title>,i and $title=$1

Don't know if that will work or not.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Andy's Spider Bug?? Dinky 3766 Apr 29, 2004, 7:21 PM
Thread Re: [Dinky] Andy's Spider Bug??
Andy 3667 Apr 30, 2004, 1:07 AM
Thread Re: [Andy] Andy's Spider Bug??
pugdog 3673 Apr 30, 2004, 4:19 AM
Thread Re: [pugdog] Andy's Spider Bug??
Andy 3652 Apr 30, 2004, 5:41 AM
Post Re: [Andy] Andy's Spider Bug??
Dinky 3651 Apr 30, 2004, 5:49 AM
Thread Re: [Dinky] Andy's Spider Bug??
katabd 3665 Apr 30, 2004, 7:23 AM
Thread Re: [katabd] Andy's Spider Bug??
Andy 3658 Apr 30, 2004, 8:01 AM
Thread Re: [Andy] Andy's Spider Bug??
katabd 3649 Apr 30, 2004, 8:33 AM
Thread Re: [katabd] Andy's Spider Bug??
Dinky 3628 Apr 30, 2004, 7:11 PM
Thread Re: [Dinky] Andy's Spider Bug??
Andy 3625 May 1, 2004, 1:29 AM
Thread Re: [Andy] Andy's Spider Bug??
Dinky 3571 Jun 26, 2004, 6:37 PM
Post Re: [Dinky] Andy's Spider Bug??
Andy 3556 Jun 27, 2004, 3:48 AM