Mark D. Baushke wrote:
> Is it reasonable to exclude ';' from the author field? If so, 
> then [^;]+
> is probably better than [\S\s]+, if not then .+ is probably better.
I'd say it's reasonable, considering that semicolons are used to indicate
the end of the field. Unless... are there systems that allow or even require
semicolons in user names? I don't have enough exposure to different systems
to venture any kind of opinion on that.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. ( http://www.leitch.com )
Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )



_______________________________________________
Bug-cvs mailing list
Bug-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-cvs

Reply via email to