Man Page: xmstringhassubstring
Operating Environment: centos
Section: 3
XmStringHasSubstring(library call) XmStringHasSubstring(library call)NAMEXmStringHasSubstring -- A compound string function that indicates whether one compound string is contained within anotherSYNOPSIS#include <Xm/Xm.h> Boolean XmStringHasSubstring( XmString string, XmString substring);DESCRIPTIONXmStringHasSubstring 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 forRETURNReturns 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). XmStringHasSubstring(library call)
| Related Man Pages |
|---|
| xmstring(3) - redhat |
| xmstringbytecompare(3) - redhat |
| xmstring(3) - hpux |
| xmstringbytecompare(3) - hpux |
| xmstringcreate(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| [TIP] Processing YAML files with yq |