TCString::StrfindDelim

Finds string in string, case insensitive, requires the string be surrounded by one the specified delimiters, or the start or end of the string.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CString.h

Include

#include "Misc/CString.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss