Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stant authored Apr 30, 2017
1 parent 718a1d4 commit 432a402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ It populates "Select Import File:" dropdown with my list of files that match my

`download.*\.(csv|CSV) almost the same but it has to begin with "download" then anything, then .csv or .CSV`

for VISA:
`for VISA: `
`Transactions_\d+_\d+.csv matches Transactions_(1 or more numbers)_(1 or more numbers).csv`
`like: Transactions_20170325_214425.csv`

for Discover:
`(DFS-|Discover).*\.(csv|CSV) matches DFS- or Discover, then anything, then .csv or .CSV
`for Discover: `
`(DFS-|Discover).*\.(csv|CSV) matches DFS- or Discover, then anything, then .csv or .CSV`
`like DFS-whatever.csv or Discover.1234.CSV`

0 comments on commit 432a402

Please sign in to comment.