UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RemoveFrom.h File Reference
#include "CoreTypes.h"
#include "Containers/StringFwd.h"
#include "Misc/CString.h"

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::String
 

Functions

template<typename CharType >
TStringView< CharType > UE::String::RemoveFromStart (const TStringView< CharType > View, const TStringView< CharType > Prefix, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive)
 
template<typename CharType >
TStringView< CharType > UE::String::RemoveFromEnd (const TStringView< CharType > View, const TStringView< CharType > Prefix, ESearchCase::Type SearchCase=ESearchCase::CaseSensitive)