For instance, if I have a MD5 hash, which is always 32 characters long, instead of having to manually type
md5:
before inserting the hash, I was wondering if it's possible to use filters/macros aligned with regex, so that whenever I enter a 32-character long string (with no spaces, punctuation or extension) it will automatically perform a md5 search.
Is that doable as of today, using version 1390a?