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

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

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

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