Regular expression are hard, why not use formatDateTime function?
formatDateTime([%CurrentDateTime%],'ddMMyyyyHHmm') + '_' + toString($Entity/autonumber)
The token [%CurrentDateTime%] could be replaced by $Entity/DateTime.
Thanks a lot!! Exactly what I needed :-)