regular expression: perl ==> python

Fredrik Lundh fredrik at pythonware.com
Wed Dec 22 04:27:39 EST 2004


"JZ" <wnebfynj at mnovryyb.pbz> wrote:

> import re
> line = "The food is under the bar in the barn."
> if re.search(r'foo(.*)bar',line):
>   print 'got %s\n' % _.group(1)

Traceback (most recent call last):
  File "jz.py", line 4, in ?
    print 'got %s\n' % _.group(1)
NameError: name '_' is not defined

</F> 






More information about the Python-list mailing list