TIBCO Adapter SDK C++ Reference
MString::find
MString
Find the first (lowest beginning position) subsequence in the controlled sequence, beginning on or after position pos that matches the operand sequence specified by the remaining operands.
Return Value
If it succeeds, return the position where the matching subsequence begins. Otherwise, return MString::npos.
Declaration
Mu4 find(MString& sTarget, Mu4 pos = 0) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.