Played Challenges
simple replacements - 1753 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 33
- Position: #353 / 380
- Number of attempts: 4
Modernise code - 1400 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 60
- Position: #286 / 323
- Number of attempts: 2
Multiline to Single Line - 700 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #147 / 302
- Number of attempts: 5
Yo To Hello - 1130 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #328 / 524
- Number of attempts: 1
Replace pattern with 1, 2, 3, ... on each line - 1146 entries
For each line replace a search pattern (in this case $) with numbers starting at 1 and then increasing by 1 for each replaced match. a$b$c$ -> a0b1c2
- Best score: 21
- Best player score: 40
- Position: #190 / 229
- Number of attempts: 2