# FIND

#### Syntax <a href="#syntax.21" id="syntax.21"></a>

**FIND**(*text; findText*)

* *text* - the text in which to search for *findText* - ***Value type**: text*
* findText - the text which is to be found in parameter text - ***Value type**: text*

Returns the position of the first occurance of *findText* within *text*.

#### Remarks <a href="#remarks.18" id="remarks.18"></a>

* The search is performed case-sensitive, so the found text within parameter *text* must have the same casing than parameter *findText*.
* If findText is not found, 0 is returned.

#### Examples <a href="#examples.3" id="examples.3"></a>

<figure><img src="/files/wkhrB0LDa7tThKhUqTV5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/exa9FHjh1eVwr40unrB4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zCE9coiSkRdS6xf0BzEp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bR1IuCPFi5Snwj1PlPB7" alt=""><figcaption></figcaption></figure>


---

# 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.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/find.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.
