# 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="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-ba1a9d63d589a3f31437de7f9b40930971b8e7ec%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-333216cc29182ea87da07d907423f3015b90682b%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-f3074dcb5e644728a5ae129fa8210634a0050cc8%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-a9928aa1df4a08d8f4cd618398495c750e613910%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>
