I'm tired of this...

master
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 20:28:43 +07:00
parent 9254bd215c
commit 4811529006
1 changed files with 1 additions and 3 deletions

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