On Thu, 28 Jul 2005 22:10:32 +0800
ytrewq1 <ytrewq1@xxxxxxxxx> wrote:
> RFC 1738 states:
>
> Scheme names consist of a sequence of characters. The lower case
> letters "a"--"z", digits, and the characters plus ("+"), period
> ("."), and hyphen ("-") are allowed.
Thanks for the detailed report. I added ".", "-" and "+" to the regexp.
Andi