Work in Equals mode
tayfunyasar opened this issue · 1 comments
tayfunyasar commented
It works as contains mode in urls.
as u say, if i type
bbc>abc, it replaces it bbc.com>abc.com
i wanna work in equals mode. like http://xxx.com/ttt>http://yyy.com/zzz
please do not redirect if i type http://xxx.com/ttt/kkk ...
shreevatsa commented
For what it's worth, this would be covered by a more general solution, support for regexes as mentioned in #3 (e.g. we could specify a pattern like ^xxx.com/ttt$ -> yyy.com/zzz
if we don't want it to match on substrings).