const regex = /([a-z]*)ball/g; const str = "basketball football baseball"; let result; while((result = regex.exec(str)) !
確定! 回上一頁