Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FWildcardString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/WildcardString.h |
| Include | #include "Misc/WildcardString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp |
static bool IsMatchSubstring
&40;
const TCHAR &42; Pattern,
const TCHAR &42; Input,
const TCHAR &42; InputEnd,
ESearchCase::Type SearchCase
&41;
Remarks
As IsMatch, except can accept the end of the input string in order to facilitate FStringView usage.
if ESearchCase::IgnoreCase is used, the pattern and input are ToLower()d before comparison (note - does not apply locale and just uses c runtime style tolower)