replaceAllMapped to replace all chars in a string ?? I'm trying to replace all non-digit chars of a string: var ugly_string = '---12 3456_/.?'; --> '123456'
確定! 回上一頁