Namespace: Rx – Class: CRxString – Header: Rx.Core/RxString.h

CRxString::Contains Method

C++
bool Contains(const CRxString& sxString, bool ignoreCase, bool completeWord)

Query if this CRxString contains the given sxString.

Parameters

[const CRxString&] sxString

The CRxString to test for containment.

[bool] ignoreCase

(Optional) True to ignore the case.

[bool] completeWord

(Optional) True to find only complete words.

Returns

bool

True if this string contains the given sString, false if not.