modifying value snatched by TOKEN inside leading & trailing extractor pattern

I'm getting values in my company name token like "Whitman Speed

 &
Automotive". I would prefer to get "Whitman Speed & Automotive". In other words, I don't want the & followed by amp; - just the &. Can I dbl-click the token inside the leading and trailing extractor patterns and modify the Regular Expression to snatch values the way I wanna see 'em? Of course, the
 &
thingie is the way ampersands (&) are displayed when you VIEW SOURCE on a page.

I haven't had a Regular Expression assigned to the BNAME token. Experimenting, I tried [^&"]* (URL GET parameter). But that didn't import any portion of the company name to BNAME - assigned it null instead. Then I tried [^<>]* (Non-HTML tags). Again, that snatched "Whitman Speed

 &amp;
Automotive".

I can always search & replace in the database. But I don't like having to do so. Suggestions?

Do I get an eMail when someone replies to this post? ANSWER: No. You have to go back to the forum & look up your posts 2C when/if someone has responded 2 your posts.

Jason on 07/12/2010 at 9:22 am * reply:
He said there was an "Advanced" tab on a Token Properties user interface where I could make a selection which would change things like & to a simple &. I am having trouble finding the Token Properties page. Can someone help?

If you go into the token

If you go into the token properties, advance tab, there is a check box that will resolve the HTML entities for you.