TCString::Stristr

Finds string in string, case insensitive

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

static const CharType * Stristr
(
    const CharType * Str,
    const CharType * Find
)

Remarks

Finds string in string, case insensitive

Returns

Position in Str if Find was found, otherwise, NULL

Parameters

Parameter

Description

Str

The string to look through

Find

The string to find inside Str

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