newStr = erase( str , match ) deletes all occurrences of match in str . The erase function returns the remaining text as newStr . If match is an array, ...
確定! 回上一頁