kewl! Thanks for the in-depth explanation...
One last question...
Is there a way in the wildcard expression to designate a character as optional? I.e., in your regex, you have 'https?', where the '?' means the s is optional - is there a way to do that in the wildcard expression? That one thing would mean I can quit adding two entries for every account (usually create a plain and one with the s for my important accounts, just in case), so if I need to change these to regex patterns, I'll happily do so.
Thanks!