Jürgen Spitzmüller wrote:
> I suppose the most easy solution is a regexp such as
> re.compile(r'(\\author) (\".*\") (\.*)$')

or rather
re.compile(r'(\\author) (\".*\")\s?(\.*)$')

Jürgen

Reply via email to