> For the complete documentation index, see [llms.txt](https://200ok.gitbook.io/200ok-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://200ok.gitbook.io/200ok-documents/user-manual/built-in-functions/text/begins.md).

# begins

begins() function is the Standard function available in 200OK&#x20;

**Description** : The fx\_begins function checks if a text begins with specified characters and returns TRUE if it does, otherwise FALSE.

**Syntax** : fx\_begins(text, compare\_text)

**Example**: fx\_begins(Hello, Hel) returns true as the response because the first string indeed begins with 'Hel'.

**Request Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/Q-76t7mSQG3X4CLTguHi-UWdiOGnfR_eVIFzFmtVezGSY60QiKVXW6a0iFSSFyC7SjKH90MHfIuGCLqIsC2vpHrRl_eliwlzmhasQLiuPm-QEZtgkVIFv70CEzL5amgNgI9SK3vuOlZZVCJ547l0Ec0" alt=""><figcaption></figcaption></figure>

**Response Side** :&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/WudZ-82ezdw_Jz6etrcCSrUD_-xzB4rGu6oXhBwSkcy81nXXDiQskPijIEXU4jpl4wUIXjTxjwkYD2GSzSpiWY9xELEgAvTeDVtpfeThksh4CbQ_VlINq7CtL_VUgQ2xm98tQVznQSv0HbqqVosnkpY" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/mWPdj4giJsDHRYKpbYcuGVU3Aph6t0DEGMIoSzuxrg2HuZSJcv6kd1Y_B0cstVESHRDC_rDGuU6j6-wJcYW9AAw489KSHOCqxv4-jcUifrGF9Ex-VEM6l0MUOdLup-hTTbkHeQ8ZZiMSu-y_tIpd_CM" alt=""><figcaption></figcaption></figure>
