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