bad_words v0.1.0 BadWords View Source

Documentation for BadWords.

Link to this section Summary

Link to this section Functions

A simple bad_word?/1 example.

Examples

iex> BadWords.bad_word?("anus")
true
Link to this function

phrase_contains_bad_word?(phrase)

View Source