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

CRxString::Contains Method

C++
bool Contains(std::string_view string, bool ignoreCase, bool completeWord)

Query if this CRxString contains the given string.

Parameters

[std::string_view] string

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