added carrot (hehe) to commbank regex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pecha 2020-09-27 16:10:14 +10:00
parent 05819824b2
commit 1682b4265e

View File

@ -55,7 +55,7 @@ namespace BunyMuny {
csv.Configuration.HasHeaderRecord = false;
var nabRegex = new Regex(@"^\d\d \w{3} \d\d");
var commbankRegex = new Regex(@"\d\d\/\d\d\/\d{4}");
var commbankRegex = new Regex(@"^\d\d\/\d\d\/\d{4}");
if (header == null) {
Console.WriteLine("File is empty 0uo");