![]() |
![]()
| ![]() |
![]()
NAMEXmStringHasSubstring — A compound string function that indicates whether one compound string is contained within another SYNOPSIS#include <Xm/Xm.h> Boolean XmStringHasSubstring( XmString string, XmString substring); DESCRIPTIONXmStringHasSubstring indicates whether or not one compound string is contained within another. RETURNReturns 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. RELATEDXmStringCreate(3) and XmStringCreateLocalized(3).
|