Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TCString > Stristr
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
static CharType &42; Stristr
&40;
CharType &42; Str,
const CharType &42; Find
&41;
Remarks
Finds string in string, case insensitive (non-const version) Position in Str if Find was found, otherwise, nullptr. 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 |