Declaración
func ProfanityFilter(content string) string
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Content | String | The original text that needs to be filtered for dirty words |
Regresar
Tipo | Descripción |
---|---|
String | Filtered text |
Dirty word filtering
func ProfanityFilter(content string) string
go
Nombre | Tipo | Descripción |
---|---|---|
Content | String | The original text that needs to be filtered for dirty words |
Tipo | Descripción |
---|---|
String | Filtered text |