Hi Gustav,
Yes, I didn't take the time necessary to optimize it well. But your solution
prompted me to come up with an even better one:
(?<!\?)['\+\:]
Rather than Or'ing the values together, put them into a character class.
Didn't notice the colon in the original list!

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Numbskull
Show me your certification without works,
and I'll show my certification
*by* my works.
> Thanks alot!
> solved it myself this way (?<!\?)('|\+|:)
[quoted text clipped - 18 lines]
>> >
>> > regards / gustav