Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| bool | RemoveFromStart
(
TCharRangeType&& InPrefix, |
Removes the text from the start of the string if it exists. | |
| bool | RemoveFromStart
(
const TCHAR* InPrefix, |
Removes the text from the start of the string if it exists. | |
| bool | RemoveFromStart
(
const FString& InPrefix, |
Removes the text from the start of the string if it exists. | |
| bool | RemoveFromStart
(
const TCHAR* InPrefix, |
Removes the text from the start of the string if it exists. |