Function - STRINGCONTAINS
SYNTAX |
StringContains( ARRAY string, ARRAY string) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Returns 1 if the first string parameter contains the second string parameter, 0 otherwise |
ADDITIONAL INFO |
|
EXAMPLE |
StringContains("HELLO", "HE") |
| |