Mein Weg ist ähnlich, mit trim:alpha entferne ich aber zuerst alles, was keine Ziffer ist, erst danach wird die Position der Ziffern zur Bildung der Datums- und Zeitwerte von links nach rechts verwendet
My way is similar, but with trim:alpha I first remove everything that is not a digit, only then is the position of the digits used to form the date and time values from left to right
{File.Name|trim:alpha;substr:0,4}:{File.Name|trim:alpha;substr:4,2}:{File.Name|trim:alpha;substr:6,2} {File.Name|trim:alpha;substr:8,2}:{File.Name|trim:alpha;substr:10,2}:{File.Name|trim:alpha;substr:12,2}
Wolfgang