Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAGreat Challenge
My solution matches the format of the instructions but record #2 in the Output provided within the start file doesn't line up with the instructions as the second character of the first word is hashed not the first character, nor does the space get skipped in the count as it does in the instructions where the first character of each word gets hashed regardless of placement in the full string. I feel like there has to be a more efficient way to use RegEx to get the hashing to work without the extra steps; I just don't know what it is.
Still a fun challenge to work on.
Edited to remove duplicate spoiler tag.
Great Challenge