stephenhaunts / ProfanityDetector

This is a simple library for detecting profanities within a text string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: accept array or List<string> in RemoveProfanity()

twwilliams opened this issue · comments

It would be nice if RemoveProfanity() could accept an array or List the same way that AddProfanity() does.

Sounds reasonable. Leave it with me.

Steve

Hi. I have added two method overrides to RemoveProfanity. One takes a List and the other string[].

I have updated the published NuGet package to 0.1.8.

Thanks for the feature request :-)

Steve

Thank you very much.