I don't think that using tagnames as argument to view(), toggleview(),
tag() and toggletag() would bring much benefit over using tagindices,
but using regex's could possibly bring some useful extra abilities:
tag("^(www|net)$"); view("^(net|dev)$");
I'm not sure yet if this would be really useful in the real world, but
I think it deserves consideration. Opinions please!Greetings, Sander.
