From b15e3ac07c59f36410960807a04e69356ac00e4e Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 9 Aug 2024 19:49:13 -0500 Subject: [PATCH] I'm tired of this... --- main.cjs | 2 ++ 1 file changed, 2 insertions(+) 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); } /*