Played Challenges
Word completion - 283 entries
Try to complete these options within 20 keystrokes.
- Best score: 20
- Best player score: 29
- Position: #35 / 75
- Number of attempts: 5
Fix timezone format - 322 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: 17
- Position: #39 / 103
- Number of attempts: 2
Remove adjacent duplicates - 658 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 19
- Position: #5 / 164
- Number of attempts: 7
Copy punctuation - 678 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 19
- Position: #12 / 163
- Number of attempts: 11
Deleting text - 325 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 43
- Position: #23 / 101
- Number of attempts: 4
Count words - 112 entries
Merge duplicates and count each word.
- Best score: 39
- Best player score: 219
- Position: #23 / 25
- Number of attempts: 1
VimGolf