I'm tired of this...
This commit is contained in:
parent
86effd1bab
commit
dfebd007cf
2
main.cjs
2
main.cjs
@ -193,7 +193,7 @@ function getMatchingPhrase(inputString, targetCharacter) {
|
||||
}
|
||||
checkLoop(checkString);
|
||||
console.log(checkString);
|
||||
checkString.replace(/[^a-zA-Z0-9]/g, '');
|
||||
checkString = checkString.replace(/[^a-zA-Z0-9]/g, '');
|
||||
console.log(checkString);
|
||||
checkLoop(checkString);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user