Ok it seems it is possible to add a custom extension.
Regex is availale from actions:
/t/967/1
But also works in Convert with $regexp() function
For Convert > filename - filename:
old mask:
%1
new mask:
$regexp(%1,^(\d{2})(\d{2})(\d{4})$,$3$2$1)
Ok it seems it is possible to add a custom extension.
Regex is availale from actions:
/t/967/1
But also works in Convert with $regexp() function
For Convert > filename - filename:
old mask:
%1
new mask:
$regexp(%1,^(\d{2})(\d{2})(\d{4})$,$3$2$1)