urlcat
urlcat copied to clipboard
support the "asdf:asdf" URI pattern (via ":var::var" template)
Summary
I wish to create URI's with the resulting syntax of "part:part:part/part/part", but the regex does not support any way to have the resulting string contain colons.
Details
I modified the regex to require a letter after a colon.