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", '#');`
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", '#');