RE question

Benyang Tang btang at pacific.jpl.nasa.gov
Mon Apr 17 19:23:33 EDT 2000


>>> m = re.match("([abc])+", "abc"); m.group(1)
'c'

Why is it 'c', instead of 'a'?



More information about the Python-list mailing list