1
edit
Changes
→Welcome to Vesper's Scratchspace~
==Welcome to Vesper's Scratchspace~==
Today's menu: [https://wiki.mozilla.org/Labs/Ubiquity Ubiquity] URL noun type (and a basic function that uses it)
The regex in the code more or less says this:
(some protocol name) :// (a string) [. (a string)] [/ (a string)] (maybe / if you want)
Items in square brackets can be repeated. So,
pasta://a.taste.from.little.italy
is a valid url, according to this model. And, so is this:
universe://milky.way/earth/north-america/canada/ontario/
This is not valid.
a://b.c/d.e
All of these choices were arbitrarily chosen by me. I'll be pursuing the community for a better description of what a URL should and should not be.
================================================================================================