- Issue created by @maxilein
Can a partial match be anywhere in a title?
e.g. if I wanted to replace "project" from titles:
e.g. will "project: xy01" and "hello project xyz" both match?
Add a selection to choose
a) match beginning of title
b) match anywhere in title
c) match end of title
or add wildcard expressions support for the replacement term.
e.g.
project*
*project*
*project
Maybe even make it possible for regular expessions...
Active
1.0
Code