You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My request is to incorporate regular expressions into the key pattern dialog to modify the key patterns. It looks like this may have been done previously when Plugins were available. This would effectively extend the :(x) functionality there which only matches on null fields.
For example, I hope that the following would be a valid "Book" key pattern:
My request is to incorporate regular expressions into the key pattern dialog to modify the key patterns. It looks like this may have been done previously when Plugins were available. This would effectively extend the
:(x)
functionality there which only matches on null fields.For example, I hope that the following would be a valid "Book" key pattern:
Book_[keywords]_[year]_[authors1]_[title:regex(" ","-")]
which would replace all spaces in the title by dashes.
The text was updated successfully, but these errors were encountered: