
13 Apr
2006
13 Apr
'06
9:59 a.m.
((((|(^\\\\[^\\;:\'\"<>]+\\[^\\]+\\)))))(((([^\\;:\'\"\<\>]+)\\)*)*)((([^\\;:\'\"<>]*))(\.?([^\\:;\'\"<>]+)))?)
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.