# FIND

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

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

* *text* - der Text, in dem findText gesucht werden soll - ***Wertetyp**: Text*
* *findText* - den Text, der im Parameter text zu finden ist - ***Wertetyp**: Text*

Gibt die Position des ersten Vorkommens von *findText* in *text* zurück.

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

* Bei der Suche wird die Groß- und Kleinschreibung beachtet, so dass der gefundene Text im Parameter *text* die gleiche Groß- und Kleinschreibung haben muss wie der Parameter *findText*.
* Wenn *findText* nicht gefunden wird, wird 0 zurückgegeben.

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

<figure><img src="https://content.gitbook.com/content/5AXM9De6LygFtEaDe5ri/blobs/8eeXCt6CfH4ucj8APaU8/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/5AXM9De6LygFtEaDe5ri/blobs/o6lAPUMnNykQm1QwYKyc/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/5AXM9De6LygFtEaDe5ri/blobs/Da7hpbGW4XYv1IuyPDGy/grafik.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/5AXM9De6LygFtEaDe5ri/blobs/22ggVTks0h5xQQO3Nd0I/grafik.png" alt=""><figcaption></figcaption></figure>
