> For the complete documentation index, see [llms.txt](https://200ok.gitbook.io/200ok-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://200ok.gitbook.io/200ok-documents/user-manual/built-in-functions/text/contains.md).

# contains

&#x20;fx\_contains function is the Standard function available in 200OK.

**Description** :  The fx\_contains function checks if the specified value is contained within the given path. It returns TRUE if the value is found within the path, otherwise FALSE.

**Syntax** : fx\_contains( path, value)

<br>
