I'm tired of this...

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 20:30:28 -05:00
parent 4811529006
commit af120bb220

View File

@ -199,7 +199,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
} }
} }
} }
//checkLoop(message, checkString); checkLoop(message, checkString);
checkString = checkString.replace(/[^a-zA-Z0-9]/g, ''); checkString = checkString.replace(/[^a-zA-Z0-9]/g, '');
checkLoop(message, checkString); checkLoop(message, checkString);
} }