GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmStringHasSubstring(3) FreeBSD Library Functions Manual XmStringHasSubstring(3)

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

#include <Xm/Xm.h>
Boolean XmStringHasSubstring(
XmString string,
XmString substring);

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

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.

XmStringCreate(3) and XmStringCreateLocalized(3).

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.