> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/scripting/steps/conditions/text-does-not-contain.md).

# Text Does Not Contain

**Introduction**

The "Text Does Not Contain" step checks whether a text variable does not contain a specified substring and returns `Yes` if the condition is met. This step is useful for validating the absence of specific text within a variable.

**Configuration**

* **Variable**: The text variable to be checked.
* **Value**: The substring to ensure is not present within the variable.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether the variable does not contain the specified substring.
