View Source SpellChex (spell_chex v0.1.0)

Module used to invoke SpellChex.

Summary

Functions

Determines if a given word is in the list of known words.

Functions

Link to this function

exists?(word)

View Source (since 1.3.0)

Determines if a given word is in the list of known words.

Returns true or false.

Examples

iex> SpellChex.exists?("dog")
true

iex> SpellChex.exists?("asdfas")
false