Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Removes whitespace characters from the start of this string. | |||
| Removes whitespace characters from the start of this string. |
TrimStart()
Description
Removes whitespace characters from the start of this string.
Unlike Trim() this function returns a copy, and does not mutate the string.
| Name | TrimStart |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString TrimStart() const
TrimStart()
Description
Removes whitespace characters from the start of this string.
Unlike Trim() this function returns a copy, and does not mutate the string.
| Name | TrimStart |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString TrimStart()