8 kyu
FIXME: Replace all dots
4,600 of 32,689dinglemouse
Description:
The code provided is supposed replace all the dots .
in the specified String str
with dashes -
But it's not working properly.
Task
Fix the bug so we can all go home early.
Notes
String str
will never be null.
Debugging
Regular Expressions
Similar Kata:
Stats:
Created | Jul 17, 2017 |
Published | Jul 17, 2017 |
Warriors Trained | 42946 |
Total Skips | 581 |
Total Code Submissions | 63821 |
Total Times Completed | 32689 |
Java Completions | 4600 |
JavaScript Completions | 13749 |
PHP Completions | 1430 |
Ruby Completions | 862 |
C# Completions | 2116 |
Python Completions | 9694 |
Crystal Completions | 25 |
CoffeeScript Completions | 30 |
Julia Completions | 37 |
R Completions | 96 |
TypeScript Completions | 437 |
Rust Completions | 324 |
Go Completions | 582 |
Lua Completions | 91 |
Scala Completions | 24 |
C++ Completions | 200 |
Total Stars | 183 |
% of votes with a positive feedback rating | 89% of 3440 |
Total "Very Satisfied" Votes | 2799 |
Total "Somewhat Satisfied" Votes | 547 |
Total "Not Satisfied" Votes | 94 |
Total Rank Assessments | 8 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |