Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include | #include "Containers/StringView.h" |
bool Contains
(
ViewType Search,
ESearchCase::Type SearchCase
) const
Remarks
Returns whether this view contains the specified substring. True if the view contains the search string, otherwise false.
Parameters
| Name | Description |
|---|---|
| Search | Text to search for |
| SearchCase | Indicates whether the search is case sensitive or not |