softnshare / kata

Code Kata 這個概念是由 The Pragmatic Programmer 的作者之一Dave Thomas提出的, 想要提升自己的coding skill嗎? 歡迎加入這個slack channel, 加入請參考右邊網頁說明
https://softnshare.wordpress.com/slack/kata/
38 stars 4 forks source link

Remove exclamation marks #33

Open freedom5566 opened 6 years ago

freedom5566 commented 6 years ago

https://www.codewars.com/kata/remove-exclamation-marks

題目

Write function RemoveExclamationMarks which removes all exclamation marks from a given string.

寫一個函式,用來刪除字串裡所有的驚嘆號。