match 1 or more times. So there has to be at least 1 printable character in between the <td></td>, and it stops the match when it finds the </td>.
Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- "Stephen Fernandez" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: .plus.com> Subject: Re: [ cf-dev ] regex problem 15/10/2003 15:24 Please respond to dev well done on figuring that one out! had me stumped anyway :) out of curiosity, what does the {1,} bit in the regex mean? ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 3:05 PM Subject: Re: [ cf-dev ] regex problem worked it out, it was failing on the � symbol. how very handy. I did a find-and-replace to £ first, then the regex worked. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- [EMAIL PROTECTED] sign.co.uk To: [EMAIL PROTECTED] cc: 15/10/2003 13:32 Subject: [ cf-dev ] regex problem Please respond to dev Trying to do an extended regex Find in CF Studio 4.5.2: <tr> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> <td>[[:Print:]]{1,}</td> </tr> Why does it not find this: <tr> <td>�1.00</td> <td>hb10</td> <td>Window</td> <td>Walsall 1st x 4</td> <td>06/02/1996</td> <td>3</td> <td><input type="Text" name=Quantity582 size="3" maxlength="3"></td> </tr> ??? Spaces are covered by :Print: aren't they? Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---------------------------------------------------------------------- Get your domain names online from: http://www.alienationdomains.co.uk Reseller options available! ---------------------------------------------------------------------- ---------------------------------------------------------------------- -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
