Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It specifies the regex pattern used to enforce whole-word profanity detection in agent chat, impacting how profanity is filtered based on user input. |
| What area does it affect? |
Agent chat profanity filtering |
| What does the default mean? |
The default value is "\s+|\p{Punct}", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting profanity detection settings or troubleshooting filtering issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.profanity.word_regex |
| Sys ID |
74d1bf80ffb0321079e8ffffffffffeb |
| Type |
string |
| Application |
Global |
| Default value |
\s+|\p{Punct} |
| Description |
This is the regex used to detect word boundaries when enforcing whole-word profanity detection for keyword based profanity filtering in agent chat. |
| Updated |
2025-10-20 13:06:50 |
Related properties