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" |
int32 Find
(
ViewType Search,
int32 StartPosition,
ESearchCase::Type SearchCase
) const
Remarks
Search the view for the first occurrence of a search string. The index of the first occurrence of the search string if found, otherwise INDEX_NONE.
Parameters
| Name | Description |
|---|---|
| Search | The string to search for. Comparison is lexicographic. |
| StartPosition | The character position to start searching from. |
| SearchCase | Indicates whether the search is case sensitive or not |