WordGameDictionary
WordGameDictionary copied to clipboard
Can't Check Contains With Direct String
I can't use CheckWord () with string directly, it always returns false (eg CheckWord ("AA", 1) => false). After researching, I found we need to split the text by "\ r \ n". Hope you can fix it for others: D