Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
RemoveFrom.h File Reference
#include "CoreTypes.h"
#include "Containers/StringFwd.h"
#include "Misc/CString.h"
+ Include dependency graph for RemoveFrom.h:

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::String
 

Functions

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