Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString > API/Runtime/Core/Misc/TCString/Strnistr
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static const CharType &42; Strnistr
&40;
const CharType &42; Str,
int32 InStrLen,
const CharType &42; Find,
int32 FindLen
&41;
Remarks
Finds string in string, case insensitive Position in Str if Find was found, otherwise, nullptr. If FindLen is 0, returns Str.
Parameters
| Name | Description |
|---|---|
| Str | The character array to look through |
| InStrLen | The length of the Str array |
| Find | The character array to find inside Str |
| FindLen | The length of the Find array |