xdg-open: support digits in uri scheme regex
As per RFC 2396 a valid URI scheme may contain a digit:
scheme = alpha *( alpha | digit | + | - | . )
Edited by Cameron Fieber
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
As per RFC 2396 a valid URI scheme may contain a digit:
scheme = alpha *( alpha | digit | + | - | . )