profanity
any open-source/free .NET profanity filter for website?
Are you aware of any open-source/free .NET profanity filter (ASP.NET MVC to be precise)? I searched google but I couldn\'t come up with any. I would like to avoid implementing it entirel开发者_如何学运[详细]
2023-03-22 09:59 分类:问答Regular expression preg_quote symbols are not detected
I have a dictionary of swear words in the database, and the following works great preg_match_all(\"/\\b\".$f.\"(?:ing|er|es|s)?\\b/si\",$t,$m,PREG_SET_ORDER);[详细]
2023-03-07 14:55 分类:问答Regular expression for replacing profanity words in a string
I\'m trying to replace a set of words in a text string. Now I have a loop, which does not perform well:[详细]
2023-02-16 15:16 分类:问答check if value is in array
This is probably v.easy but my ph开发者_StackOverflow社区p is very rusty. I need to implement a bad word filter...I currently have this:[详细]
2023-02-15 20:13 分类:问答How can I filter out profanity in base36 IDs?
I want to use base36 in a web application I am developing... but as the id is visible to 开发者_Python百科users as a url, I want to filter out profanity.Has anyone solved this? Or is this even a real[详细]
2023-02-11 06:53 分类:问答How to handle flagged content in a community? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-25 14:10 分类:问答What's the best way to parse a string for "bad" words in C#?
I\'m thinking of something like: foreach (var word in paragraph.split(\' \')) { if (badWordArray.Contains(word) {[详细]
2023-01-06 08:43 分类:问答Basic Profanity Filter in Objective C for iPhone
How have you like minded individuals tackled the basic challenge of filtering profanity, obviously one can\'t possibly tackle every scenario but it would be nice to have one at the most basic level开发[详细]
2022-12-29 19:49 分类:问答pygtk: determine key is a modifier
I\'ve got key-press-event handler and i need to determine which kind of key was pressed: modifier or not?[详细]
2022-12-18 02:46 分类:问答