From 0d1091f0a49d25a7455e49f0395394fac7986372 Mon Sep 17 00:00:00 2001 From: tigerenwork Date: Fri, 13 Feb 2026 00:54:14 +0800 Subject: [PATCH] add total commander --- totalcommander/reg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 totalcommander/reg 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