Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView
| Type | Name | Description | |
|---|---|---|---|
| bool | StartsWith
(
CharType Prefix |
Returns whether this view starts with the prefix character compared case-sensitively. | |
| bool | StartsWith
(
ViewType Prefix, |
Returns whether this view starts with the prefix with optional case sensitivity. |