Hi.

I've been struggling with this isuue for a couple of hours now but I
can't seem to find a solution...

Let me explain the problem:

I have a simple text list and I want to make some simple text
replacement. No problems so far.

An item of the list:
60

This is the grep search pattern:
^(.+)\t

This is the search replacement:
<td class="table_price">\4&euro;</td>

Guess what's the problem?

The result 'should' be:
60&euro; (so I can get 60€ in html)

But I get:
6060euro;

-----------------------

Obviously the problem is the character '&'

Is there a way to 'write' this character in a grep serch result
instead of it writing the whole results string?

Thanks in advance.

Cheers,

Arturo

--
------------------------------------------------------------------
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