SEARCH SEAL SEARCH-ALSO-VOC
SEARCH ( str-ptr1 str-len1 str-ptr2 str-len2 -- str-ptr1' str-len1' flag )  
ansi 17.6.1.2191 <STRING>
search the str-buffer1 for the text of str-buffer2, if it is contained return TRUE and return buffer-values that point to the contained string, otherwise return FALSE and leave the original str-buffer1.

reference: p4_search in ../src/string.c:0133, export CO SEARCH