Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match substrings on profane?/2 #8

Open
karangejo opened this issue Oct 4, 2022 · 0 comments
Open

Match substrings on profane?/2 #8

karangejo opened this issue Oct 4, 2022 · 0 comments

Comments

@karangejo
Copy link

Problem

When using the profane?/2 function with the built in blacklists. It will not catch sub-strings. for example:

iex> config = Expletive.configure(blacklist: Expletive.Blacklist.english)

iex> Expletive.profane?("fuck", config)
true

iex> Expletive.profane?("fuckkkk", config)
false 

To me it seems like the last one should also return true. I can try to help with this change if it is desired. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant