metaperl wrote:

> Nothing. There is also nothing wrong with
> 
> re.match('blah', somestring)
> 
> but it does read as well as
> 
> re.atstartof('blah', something)

yuck.

> and the counterpart for EOS is not there.

sure is; it's spelled:

     re.match('.*blah$', somestring)

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to