Remember that "*" means "zero or more instances," and "+" means "one or more 
instances," so replace "*" with "+" and it should work. It's not really precise 
to use "." here, but it seems to work.

On Tuesday, August 08, 2006, at 12:10PM, Ted Burger <[EMAIL PROTECTED]> wrote:

>Folks,
>
>I appear to be missing something.
>
>I have a LONG list of words:
>
>order_id
>order_num
>category
>listingsize
>boldtype
>
>I want to change it to:
>
>fieldname="order_id" postargumentname="order_id"
>fieldname="order_num" postargumentname="order_num"
>fieldname="category" postargumentname="category"
>fieldname="listingsize" postargumentname="listingsize"
>fieldname="boldtype" postargumentname="boldtype"
>
>I tried:
>GREP is checked
>Search: (.*)
>Replace: fieldname="&" postargumentname="&"
>
>But I get:
>fieldname="order_id" postargumentname="order_id"fieldname="" 
>postargumentname=""
>fieldname="order_num" postargumentname="order_num"fieldname="" 
>postargumentname=""
>fieldname="category" postargumentname="category"fieldname="" 
>postargumentname=""
>fieldname="listingsize" postargumentname="listingsize"fieldname="" 
>postargumentname=""
>fieldname="boldtype" postargumentname="boldtype"fieldname="" 
>postargumentname=""
>
>I am getting doubles of the 'Replace'.
>Any thoughts?
>
>Thanks,
>Ted
>-- 
>                           ***  Ted Burger  ***
>    [EMAIL PROTECTED]      www.tobsupport.com     317-835-7635
>                      -- Will do MGI coding for food --
>    My MGI Solutions Page  = www.tobsupport.com/mgi/
>    MGI-Talk-List Pictures = www.tobsupport.com/mgi/talk-list.mgi
>
>Buy a Mac and be thought a fool or buy a Windows box and remove all doubt.
>
>-- 
>------------------------------------------------------------------
>Have a feature request? Not sure the software's working correctly?
>If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
>List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
>List archives: <http://www.listsearch.com/BBEditTalk.lasso>
>To unsubscribe, send mail to:  <[EMAIL PROTECTED]>
>
>
>

-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to