begins
Last updated
Last updated
begins() function is the Standard function available in 200OK
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 :
Response Side :