> 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-contains.md).

# Text Contains

**Introduction**

The "Text Contains" step checks whether a text variable contains a specified substring and returns `Yes` if the condition is met. This step is useful for validating the presence of specific text within a variable.

**Configuration**

* **Variable**: The text variable to be checked.
* **Value**: The substring to look for within the variable.

**Outputs**

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