We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In a multi-line textbox entry, words are missed if they are before or after a \r\n or \n. Example: only the first word is censored
var output = profanityFilter.CensorString( "fuk fuk\r\nfuk fuk\nfuk", '#');
Activity