Played Challenges
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 19
- Position: #60 / 101
- Number of attempts: 1
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 22
- Position: #65 / 162
- Number of attempts: 5
Move to corresponding lines - 305 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 16
- Position: #4 / 68
- Number of attempts: 11
Rearrange array to single level - 1657 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 14
- Position: #4 / 275
- Number of attempts: 15
Copy punctuation - 674 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 34
- Position: #76 / 161
- Number of attempts: 6
Deleting text - 325 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #44 / 101
- Number of attempts: 1
VimGolf