Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| bool | StartsWith
(
TCharRangeType&& InPrefix, |
Test whether this string starts with given prefix. | |
| bool | StartsWith
(
const TCHAR* InPrefix, |
Test whether this string starts with given prefix. | |
| bool | StartsWith
(
const FString& InPrefix, |
Test whether this string starts with given prefix. | |
| bool | StartsWith
(
const TCHAR* InPrefix, |
Test whether this string starts with given prefix. |