var Mississippi = 'Mississippi'; var myRegex = /s+/gi; // Change this line var result = Mississippi.match(myRegex);
关闭