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

CRxString::Contains Method

C++
bool Contains(const char* pcString, bool ignoreCase, bool completeWord)

Query if this CRxString contains the given pcString.

Parameters

[const char*] pcString

The string 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 pcString, false if not.