You are not logged in.
in version 7.8 and 7.8.0.1 beta i have problem in Reformat Date: Convert to "(yyyy)" from "yyyy", whole words only, skip extension
01 is considered as year and renamed 0001
in version 7.7 it works perfect but not in the new one
Offline
OK, I found a solution with RegEx: Replace the expression "\(?(\d{4})\)?" with "($1)" (skip the extension), but it only prevents the Reformat Date command: Convert to "(yyyy)" from "yyyy", whole words only, skip the extension. fixes the problem in older versions.
Nevertheless, I found a solution.
Offline