I'm tired of this...

master
Chloe Fontenot 🏳️‍⚧️ 2024-08-09 19:49:13 +07:00
parent b83406d286
commit b15e3ac07c
1 changed files with 2 additions and 0 deletions

@ -192,7 +192,9 @@ function getMatchingPhrase(inputString, targetCharacter) {
}
}
checkLoop(checkString);
console.log(checkString);
checkString.replace(/[^A-Z0-9]+/ig, "");
console.log(checkString);
checkLoop(checkString);
}
/*