Played Challenges
Wrap the text of an email message to 79 characters - 851 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 6
- Position: #350 / 440
- Number of attempts: 1
Search and Replace 0 - 5040 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #6 / 1642
- Number of attempts: 7
A Simple One - 1069 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #13 / 672
- Number of attempts: 1
Reverse characters in a line - 806 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 30
- Position: #243 / 271
- Number of attempts: 1
Reformat most common surnames - 794 entries
Reformat copy-pasted table into a list of the most common surnames
- Best score: 23
- Best player score: 39
- Position: #166 / 229
- Number of attempts: 2
Get rid of html tags - 440 entries
Want to read more about Vim's background? Then get rid of those html tags...
- Best score: 12
- Best player score: 17
- Position: #37 / 251
- Number of attempts: 1
Change the content of a string - 1736 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Position: #266 / 635
- Number of attempts: 4
Deleting folded text - 397 entries
The text below contains three folds. Delete them (and the text inside them). For example: 123 456 /*{{{*/ 789 /*}}}*/ 012 Should become: 123 012 Also, add `aoeuaoeu` to make sure small solutions don't get flagged as cheating.
- Best score: 17
- Best player score: 21
- Position: #67 / 123
- Number of attempts: 4
Sort and add attributes - 1552 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #3 / 599
- Number of attempts: 3
Reconstruct the Sentence - 1690 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 21
- Position: #167 / 444
- Number of attempts: 1
VimGolf