added carrot (hehe) to commbank regex
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
05819824b2
commit
1682b4265e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue