Minor change to accommodate oddly named DATs

This commit is contained in:
Matt Nadareski
2016-04-04 20:00:07 -07:00
parent 58ff29b365
commit 7635a697a6

View File

@@ -54,7 +54,7 @@ namespace SabreTools
private static string _redumpBiosPattern = @"^(.*?) \(\d+\) \((\d{4}-\d{2}-\d{2})\)\.dat$"; private static string _redumpBiosPattern = @"^(.*?) \(\d+\) \((\d{4}-\d{2}-\d{2})\)\.dat$";
private static string _tosecPattern = @"^(.*?) - .* \(TOSEC-v(\d{4}-\d{2}-\d{2})_CM\)\.dat$"; private static string _tosecPattern = @"^(.*?) - .* \(TOSEC-v(\d{4}-\d{2}-\d{2})_CM\)\.dat$";
private static string _tosecSpecialPattern = @"^(.*? - .*? - .*?) - .* \(TOSEC-v(\d{4}-\d{2}-\d{2})_CM\)\.dat$"; private static string _tosecSpecialPattern = @"^(.*? - .*? - .*?) - .* \(TOSEC-v(\d{4}-\d{2}-\d{2})_CM\)\.dat$";
private static string _truripPattern = @"^(.*?) - .* \(trurip_XML\)\.dat$"; private static string _truripPattern = @"^(.*) - .* \(trurip_XML\)\.dat$";
// Regex Mapped Name Patterns // Regex Mapped Name Patterns
private static string _remappedPattern = @"^(.*) - (.*)$"; private static string _remappedPattern = @"^(.*) - (.*)$";