UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StringUtils.cpp File Reference

Namespaces

namespace  uLang
 

Functions

bool uLang::SplitString (const char *ToSplit, const char *Delim, CUTF8StringView &OutLeft, CUTF8StringView &OutRight)
 
bool uLang::SplitString (const char *ToSplit, const UTF8Char Delim, CUTF8StringView &OutLeft, CUTF8StringView &OutRight, bool bReverse)
 
CUTF8String uLang::ToUpper (const CUTF8StringView &Str)
 
STextRange uLang::IndexRangeToTextRange (const SIdxRange &IndexRange, const CUTF8StringView &SourceText)
 
int32_t uLang::CountNumLeadingNewLines (const CUTF8StringView &Text)
 
int32_t uLang::CountNumTrailingNewLines (const CUTF8StringView &Text)
 
bool uLang::HasTrailingNewLine (const CUTF8StringView &Text)
 
int32_t uLang::GetCurrentIndentationLevel (const int32_t IndentSize, const CUTF8StringView &Text)
 
uLang::CUTF8String uLang::FindLongestCommonPrefix (const uLang::TArray< uLang::CUTF8String > Strings)