标签: javascript
let quoteSample = "The quick brown fox jumps over the lazy dog."; let alphabetRegex = /[a-z]at/ig; // Change this line let result = quoteSample.match(alphabetRegex); // Change this line
将其添加为过滤字符(35个),但仍未通过测试