nn::nex::String::FindSubstringCase Member Function

Syntax

qInt FindSubstringCase(
     const qChar * szSubstring,
     qInt poi = 0
) const;

Parameters

Name Description
in szSubstring Search string.
in poi A start position of 0 specifies the beginning. (0 by default)

Return Values

Starting position of the string that is first matched. A value of 0 specifies the beginning. Returns -1 if there is no match.

Description

Searches for strings. Case sensitive.

Revision History

2013/06/28
Enabled specification of the search position.
2011/01/27
Initial version.

CONFIDENTIAL