What would be really nice for Rebol would be valid [scheme]? words. For
example:
        pop?
        http?
        finger?
        whois?
    which return true for wellformed schemes. So that:
        http? http://www.pearl.com?
    would return false, while:
        http? http://www.rebol.com
    would return true.

All these functions could reside in the scheme objects, one word and it's
function per scheme.

Unfortunately, this doesn't work for email addresses. :-(

Andrew Martin
ICQ: 26227169 http://members.nbci.com/AndrewMartin/
-><-


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to