Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAWeekly challenge 4 done.
I really enjoyed working on this solution because I appreciate the advantages of regular expressions. On my first try, I did a long version of columns using additional regex tools; on my second try, I used a slightly different approach with a single regex tool. Somehow on this last try, I ended up parsing a T on column 6.
I guess that I should have used the two or more digits option instead of forcing the two and four digit year onto their own columns.
That was a pretty good solution @MarqueeCrew
This link from @AlexKo helped me understand the 'RegEx' Thank you Alex for such a comprehensive resource.
Attached is the 4th challenge solution.
My solution attached. was a good refresher to regex