core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Here is my solution!
Solution attached.
Solved. I did my parsing manually with RegEx and Data Cleanse, and then saw @caltang's smarter parsing as a flat file type.
Great challenge!
Always fun to use Regex!
:)
Complete!!
Pay extra attention to how you read in the Input.txt file but other than that this is pretty straightforward.
C489