I'm tired of this...
This commit is contained in:
parent
b83406d286
commit
b15e3ac07c
2
main.cjs
2
main.cjs
@ -192,7 +192,9 @@ function getMatchingPhrase(inputString, targetCharacter) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkLoop(checkString);
|
checkLoop(checkString);
|
||||||
|
console.log(checkString);
|
||||||
checkString.replace(/[^A-Z0-9]+/ig, "");
|
checkString.replace(/[^A-Z0-9]+/ig, "");
|
||||||
|
console.log(checkString);
|
||||||
checkLoop(checkString);
|
checkLoop(checkString);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user