Design Pattern Examples
Overview of object-oriented design patterns
wcsstri.cpp File Reference

Implementation of the wcsstri function, case-insensitive string search for wide character strings. More...

#include <wctype.h>
#include "wcsstri.h"
Include dependency graph for wcsstri.cpp:

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Functions

wchar_t * wcsstri (const wchar_t *s1, const wchar_t *s2)
 Do case-insensitive search for string 2 (s2) in string 1 (s1). Similar to the C library's wcsstr().
 

Detailed Description

Implementation of the wcsstri function, case-insensitive string search for wide character strings.

Definition in file wcsstri.cpp.