XmStringHasSubstring(library call) XmStringHasSubstring(library call)
NAME [Toc] [Back]
XmStringHasSubstring - A compound string function that indicates
whether one compound string is contained within another
SYNOPSIS [Toc] [Back]
#include <Xm/Xm.h>
Boolean XmStringHasSubstring(
XmString string,
XmString substring);
DESCRIPTION [Toc] [Back]
XmStringHasSubstring indicates whether or not one compound string is
contained within another.
string Specifies the compound string to be searched
substring Specifies the compound string to be searched for
RETURN [Toc] [Back]
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.
RELATED [Toc] [Back]
XmStringCreate(3) and XmStringCreateLocalized(3).
- 1 - Formatted: January 24, 2005 [ Back ] |