On Mon, 13 Feb 2006 14:19:27 -0800, "Antonio Elinon"
<[email protected]> wrote:

>This will not work as you could end up removing similar occurences of the
>firstWord in the remaining portion, eg. "aa bbb aa xxx" will have an
>incorrect remainder of "bbb xxx".
>
>Regards,
>Antonio Elinon


Thanks for pointing that out.
--ron