const string = 'fileName.png, fileName2.png, fileName3.png';. const regexp = /fileName[0-9]?.png/g;. regexp.exec(string);.
確定! 回上一頁