urlcat icon indicating copy to clipboard operation
urlcat copied to clipboard

support the "asdf:asdf" URI pattern (via ":var::var" template)

Open msmyers opened this issue 2 years ago • 0 comments

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.

msmyers avatar Jul 26 '22 23:07 msmyers