7 kyu

Exclamation marks series #5: Remove all exclamation marks from the end of words

1,265 of 4,252myjinxin2015

Description:

Task

Remove all exclamation marks from the end of words. Words are separated by a single space. There are no exclamation marks within a word.

Examples

remove("Hi!") === "Hi"
remove("Hi!!!") === "Hi"
remove("!Hi") === "!Hi"
remove("!Hi!") === "!Hi"
remove("Hi! Hi!") === "Hi Hi"
remove("!!!Hi !!hi!!! !hi") === "!!!Hi !!hi !hi"
Strings
Regular Expressions
Fundamentals

Stats:

CreatedOct 10, 2016
PublishedOct 10, 2016
Warriors Trained7016
Total Skips391
Total Code Submissions15595
Total Times Completed4252
JavaScript Completions1751
Ruby Completions197
PHP Completions276
Haskell Completions114
Java Completions617
C# Completions211
Python Completions1265
Total Stars114
% of votes with a positive feedback rating92% of 808
Total "Very Satisfied" Votes697
Total "Somewhat Satisfied" Votes94
Total "Not Satisfied" Votes17
Total Rank Assessments9
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • myjinxin2015 Avatar
  • kevinthomas Avatar
  • suic Avatar
  • aryan-firouzian Avatar
  • RobinKnipe Avatar
  • donaldsebleung Avatar
  • Chrono79 Avatar
  • kazk Avatar
  • Voile Avatar
  • StasDeep Avatar
  • Madjosz Avatar
  • Souzooka Avatar
  • FArekkusu Avatar
  • user9644768 Avatar
  • hobovsky Avatar
  • trashy_incel Avatar
  • saudiGuy Avatar
Ad