XmStringHasSubstring(3X)XmStringHasSubstring(3X)NAME
XmStringHasSubstring - A compound string function that indicates whether one compound string is contained within another
SYNOPSIS
#include <Xm/Xm.h>
Boolean XmStringHasSubstring (string, substring)
XmString string;
XmString substring;
DESCRIPTION
XmStringHasSubstring 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 for
RETURN VALUE
Returns 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 ALSO XmStringCreate(3X), XmStringCreateLocalized(3X)XmStringHasSubstring(3X)
Hi Folks,
Today hasn't been the best one of my career in IT.
I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them.
At the... (3 Replies)