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

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

This graph shows which files directly or indirectly include this file:

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

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

Definition in file wcsstri.h.