hasLearnedWord(_:)
Returns whether the text checker has learned the specified word.
Declaration
class func hasLearnedWord(_ word: String) -> BoolParameters
- word:
A string representing a word.
Returns whether the text checker has learned the specified word.
class func hasLearnedWord(_ word: String) -> BoolA string representing a word.