diff --git a/totalcommander/reg b/totalcommander/reg new file mode 100644 index 0000000..ba2e98e --- /dev/null +++ b/totalcommander/reg @@ -0,0 +1,5 @@ +([A-Za-z]{3,5})([0-9]{3,5})([A-Za-z]*)(\.)(.*) +$1-$2$3$4$5 + +([A-Za-z]{3,5})-([0-9]{3,5})C(\.)(.*) +$1-$2-C$3$4 \ No newline at end of file