Query: xmstringhassubstring
OS: osf1
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmStringHasSubstring(3X) XmStringHasSubstring(3X)NAMEXmStringHasSubstring - A compound string function that indicates whether one compound string is contained within anotherSYNOPSIS#include <Xm/Xm.h> Boolean XmStringHasSubstring (string, substring) XmString string; XmString substring;DESCRIPTIONXmStringHasSubstring indicates whether or not one compound string is contained within another. Specifies the compound string to be searched Specifies the compound string to be searched forRETURN VALUEReturns True if substring has a single segment and if its text is completely contained within any single segment of string; otherwise, returns False. If two compound strings created using XmStringCreateLocalized in the same language environment satisfy this condition, the function returns True. If two compound strings created with the same character set using XmStringCreate satisfy this condition, the func- tion returns True.SEE ALSOXmStringCreate(3X), XmStringCreateLocalized(3X) XmStringHasSubstring(3X)
Related Man Pages |
---|
xmstringcreate(3) - redhat |
xmstring(3) - centos |
xmstringcreate(3) - hpux |
xmstringbytecompare(3x) - osf1 |
xmstring(3x) - redhat |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |