Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
| Type | Name | Description | |
|---|---|---|---|
| FString | TrimChar
(
const TCHAR CharacterToTrim, |
Returns a copy of this string with wrapping CharacterToTrim removed (removes at max one instance in the beginning and end of the string). | |
| FString | TrimChar
(
const TCHAR CharacterToTrim, |
Returns a copy of this string with wrapping CharacterToTrim removed (removes at max one instance in the beginning and end of the string). |