From: John Maddock (john_at_[hidden])
Date: 2006-04-13 05:59:54


> ((((|(^\\\\[^\\;:\'\"<>]+\\[^\\]+\\)))))(((([^\\;:\'\"\<\>]+)\\)*)*)((([^\\;:\'\"<>]*))(\.?([^\\:;\'\"<>]+)))?)

Is the (^([a-z]:\\?) part supposed to match "c:" ? If so it won't because
of the literal "?".

There are several possible candidates at http://regexlib.com BTW as well.

John.