> What I have now is that arg.count (AKA arg["count"]) will return the > count of (numbered) arguments not including arg[0]. > > That is, a script triggered by ^([^ ]*) says, "(.*)"$ will see an > arg.count of 2. > > Everyone, does this sound OK? Fine by me.