To find all hyphens, we need to use not the string "-", but a regexp /-/g, with the obligatory g flag: A Regular Expression (RegEx) is a sequence of ...
確定! 回上一頁