> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/text-functions/find.md).

# 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>

**Content =&#x20;**<mark style="color:blue;">**FIND**</mark>(<mark style="color:blue;">#text1; #findText1</mark>)

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

**Content =&#x20;**<mark style="color:blue;">**FIND**</mark>(<mark style="color:blue;">#text2; #findText2</mark>)

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

**Content =&#x20;**<mark style="color:blue;">**FIND**</mark>(<mark style="color:blue;">#text3; #findText3</mark>)

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

**Content =&#x20;**<mark style="color:blue;">**FIND**</mark>(<mark style="color:blue;">#text4; #findText4</mark>)

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