https://www.codewars.com/kata/remove-exclamation-marks # 題目 Write function RemoveExclamationMarks which removes all exclamation marks from a given string. 寫一個函式,用來刪除字串裡所有的驚嘆號。
https://www.codewars.com/kata/remove-exclamation-marks
題目
Write function RemoveExclamationMarks which removes all exclamation marks from a given string.
寫一個函式,用來刪除字串裡所有的驚嘆號。