can use a regex to search/replace characters in a string ... .replace(regexp, text) ... /[bcd]art/ matches lines with "bart", "cart", and "dart".
確定! 回上一頁