Christian K. wrote: > I am trying to find a regexp to be used with re.Scanner that matches the > 'package.module.member' syntax. More specifically I want to parse > function strings like > > numpy.sin(x*a+w) > > and sort out variables/constants. No direct answer, but regarding your ultimate goal the ast module might be a better starting point.