> -----Original Message----- > From: Al Danks [mailto:[EMAIL PROTECTED] > Sent: Friday, March 26, 2004 11:56 AM > To: [EMAIL PROTECTED] > Subject: Working rule to catch multiple occurrences of text > > > full L_TEST > /(\b(best|most|more|((best|bett|bigg|larg|fast|quick)(er|est)) > )\b.*){3}/is >
Well can I add a final silly tweak? :-) full L_TEST /(\b?:(?:best|most|more|((?:best|bett|bigg|larg|fast|quick)(?:er|est)))\b.*) {3}/is It is just quicker. > Thanks to Kevin *2, Matt, Matthias, Matthew, Eugene, etc. it > looks like we have > a rule that will catch multiple occurrences of a text string. Very nice! > The distributed > brainpower created, tweaked, and refined until it seems to be > tripping as > desired. > > Al You have just tasted what it feels like to be a SARE Ninja! Your KungFu is good. --Chris