Declaration
func ProfanityFilter(content string) string
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Content | String | The original text that needs to be filtered for dirty words |
Return
| Type | Description |
|---|---|
| String | Filtered text |
Dirty word filtering
func ProfanityFilter(content string) string
go
| Name | Type | Description |
|---|---|---|
| Content | String | The original text that needs to be filtered for dirty words |
| Type | Description |
|---|---|
| String | Filtered text |