TCString::Strifind

Find string in string, case insensitive, requires non-alphanumeric lead-in.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

static const CharType * Strifind
(
    const CharType * Str,
    const CharType * Find,
    bool bSkipQuotedChars
)

Remarks

Find string in string, case insensitive, requires non-alphanumeric lead-in.

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