logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringHasSubstring — A compound string function that indicates whether one compound string is contained

Description

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

Name

XmStringHasSubstring — A compound string function that indicates whether one compound string is contained
       within another "XmStringHasSubstring" "compound string functions" "XmStringHasSubstring"

Return

       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.

Synopsis

       #include <Xm/Xm.h>
       BooleanXmStringHasSubstring(
       XmStringstring,
       XmStringsubstring);

See Also