find

Format:
find(haystack, needle)
Result:
0 or 1
Description:
Returns 1, needle is found in haystack, 0 otherwise. The comparison is not case sensitive.
e.g.:
if find( trnlnm( online_xml_tags), expert)
say " we are experts"
wait
endif