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