XmStringHasSubstring(3) | Library Functions Manual | XmStringHasSubstring(3) |
XmStringHasSubstring — A compound string function that indicates whether one compound string is contained within another "XmStringHasSubstring" "compound string functions" "XmStringHasSubstring"
#include <Xm/Xm.h> Boolean XmStringHasSubstring( XmString string, XmString substring);
XmStringHasSubstring indicates whether or not one compound string is contained within another.
Returns True if substring has a single text component and if its text is completely contained within any single text component of string; otherwise, it returns False.