Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
void TrimCharInline
&40;
const TCHAR CharacterToTrim,
bool &42; bCharRemoved
&41;
Remarks
Trims a single character from the start and end of the string (removes at max one instance in the beginning and end of the string).
See Also
TrimCharfor a variant that returns a modified copy of the string