WordGameDictionary icon indicating copy to clipboard operation
WordGameDictionary copied to clipboard

Can't Check Contains With Direct String

Open duyuit opened this issue 6 years ago • 0 comments

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

duyuit avatar Jan 10 '20 15:01 duyuit