Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStringView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool EndsWith
(
CharType Suffix |
Returns whether this view ends with the suffix character compared case-sensitively. | Containers/StringView.h | |
bool EndsWith
(
ViewType Suffix, |
Returns whether this view ends with the suffix with optional case sensitivity. | Containers/StringView.h |
EndsWith(CharType)
Description
Returns whether this view ends with the suffix character compared case-sensitively.
| Name | EndsWith |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include Path | #include "Containers/StringView.h" |
bool EndsWith
(
CharType Suffix
) const
EndsWith(ViewType, ESearchCase::Type)
Description
Returns whether this view ends with the suffix with optional case sensitivity.
| Name | EndsWith |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include Path | #include "Containers/StringView.h" |
bool EndsWith
(
ViewType Suffix,
ESearchCase::Type SearchCase
) const