Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString > API/Runtime/Core/Misc/TCString/Stristr
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
static const CharType &42; Stristr
&40;
const CharType &42; Str,
const CharType &42; Find
&41;
Remarks
Finds string in string, case insensitive Finds string in string, case insensitive Position in Str if Find was found, otherwise, NULL. If Find is non-null but empty, returns Str.
Parameters
Name | Description |
---|---|
Str | The string to look through |
Find | The string to find inside Str |
Str | The string to look through |
Find | The string to find inside Str |