Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static const CharType * StrfindDelim
(
const CharType * Str,
const CharType * Find,
const CharType * Delim
)
Remarks
Finds string in string, case insensitive, requires the string be surrounded by one the specified delimiters, or the start or end of the string.