I have 2 file patterns
- VCSTrades_yyyymmdd_OMEGA.csv
- VCSPositions_yyyymmdd_OMEGA.csv
I was hoping to use the 1 regex but i'm having difficulty with anything after the first underscore
This is what i thought would work
VCS([a-zA-Z]*$)_[0-9]{8}_OMEGA.csv
Please help