# Contains

**Contains assertion** служит для проверки вхождения подстроки в строку или на соответствие строки регулярному выражению.

Данный **Assertion** имеет следующий интерфейс:

![](/files/-M2TepuECuJ7qWBzn6_h)

Данный **Assertion** имеет следующие поля:

* **Text** - текст, где будет производиться поиск
* **Value** - значение для поиска
* Флаг **Use negative statement** - означает отрицание описанного утверждения.
* Флаг **Use value as Regular Expression** - значение поля value в таком случае будет воспринято как шаблон для регулярного выражения которому должно соответствовать актуальное значение.

### Исправление ошибок

У данного **Assertion**-а нет механизма исправления ошибок

### Файловое представление

В файле **Assertion** имеет тип `contains` , описание самого типа можно найти в документации к [файловому представлению Assertion](/node-types/assertion.md#failovoe-predstavlenie) в определении `#/definitions/ContainsAssertion` .


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-ru.testmace.com/node-types/assertion/contains.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
