Stristr

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

const CharTy...

 

Stristr

(
    const CharType* Str,
    const CharType* Find
)

Finds string in string, case insensitive

Public function Static

CharType ...

 

Stristr

(
    CharType* Str,
    const CharType* Find
)

Finds string in string, case insensitive (non-const version)

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