Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString > API/Runtime/Core/Containers/FString/EndsWith
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
template<typename TCharRangeType, std::enable_if_t< TIsCharRangeNotCArrayNotFString< TCharRangeType >::Value > &42;>
bool EndsWith
&40;
TCharRangeType && InSuffix,
ESearchCase::Type SearchCase
&41; const
Remarks
Test whether this string ends with given suffix. true if this string ends with specified text, false otherwise
Parameters
| Name | Description |
|---|---|
| SearchCase | Indicates whether the search is case sensitive or not ( defaults to ESearchCase::IgnoreCase ) |