----- Original Message -----
>
> Right - a combined ! and | would also be a problem. But that's easy
> enough to fix.
With strbrk(). You cannot use a sequence of strchr's, unless you gather
the results and look for the min address of them. That's why my
recommendation.
Right, I understand, and since strpbrk() fits the bill perfectly for this
situation, that's where I going...