# 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="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/Se5q7aGtn39yPwjeqsQ1/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/WdOGoJke9WGk6w1QJpRG/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/fAwRBCQTI5zFojdQzClv/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/ypVJcnJSnRGV7b0hY9Uh/grafik.png" alt=""><figcaption></figcaption></figure>
