diff --git a/main.cjs b/main.cjs index cecd2a9..fbfbd3e 100644 --- a/main.cjs +++ b/main.cjs @@ -192,7 +192,9 @@ function getMatchingPhrase(inputString, targetCharacter) { } } checkLoop(checkString); + console.log(checkString); checkString.replace(/[^A-Z0-9]+/ig, ""); + console.log(checkString); checkLoop(checkString); } /*