David B Funk wrote:
> Thus my suggested alternative to give it something to chew on
> ('[^>]{0,50}') rather than the '.{0,50}' to provide an explicit
> termination criteria.

The termination criterion is the ">" at the beginning of the next iteration.

.{0,50}?> and [^>]{0,50}> are functionally equivalent.

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to