8 kyu
Remove String Spaces
112,358 of 270,467PG1
Description:
Write a function that removes the spaces from the string, then return the resultant string.
Examples (Input -> Output):
"8 j 8 mBliB8g imjB8B8 jl B" -> "8j8mBliB8gimjB8B8jlB"
"8 8 Bi fk8h B 8 BB8B B B B888 c hl8 BhB fd" -> "88Bifk8hB8BB8BBBB888chl8BhBfd"
"8aaaaa dddd r " -> "8aaaaaddddr"
Fundamentals
Strings
Similar Kata:
Stats:
Created | Sep 27, 2016 |
Published | Sep 27, 2016 |
Warriors Trained | 329952 |
Total Skips | 16926 |
Total Code Submissions | 511882 |
Total Times Completed | 270467 |
JavaScript Completions | 112358 |
PHP Completions | 6317 |
Ruby Completions | 6137 |
Python Completions | 80678 |
Haskell Completions | 1526 |
Shell Completions | 1738 |
C# Completions | 13199 |
CoffeeScript Completions | 65 |
C++ Completions | 12787 |
Crystal Completions | 65 |
Java Completions | 22938 |
Rust Completions | 2936 |
Groovy Completions | 190 |
TypeScript Completions | 3419 |
Kotlin Completions | 2572 |
C Completions | 2297 |
Scala Completions | 685 |
Racket Completions | 63 |
Nim Completions | 87 |
Factor Completions | 36 |
Dart Completions | 1729 |
Lua Completions | 547 |
Elm Completions | 92 |
Elixir Completions | 326 |
Julia Completions | 104 |
Go Completions | 3275 |
R Completions | 302 |
COBOL Completions | 28 |
SQL Completions | 4550 |
NASM Completions | 17 |
BF Completions | 58 |
Perl Completions | 83 |
D Completions | 20 |
Total Stars | 1494 |
% of votes with a positive feedback rating | 91% of 16530 |
Total "Very Satisfied" Votes | 13918 |
Total "Somewhat Satisfied" Votes | 2305 |
Total "Not Satisfied" Votes | 307 |
Total Rank Assessments | 11 |
Average Assessed Rank | 8 kyu |
Highest Assessed Rank | 8 kyu |
Lowest Assessed Rank | 8 kyu |