CString::ReverseFind

Call this member function to search this CString object for the last match of a substring. The function is similar to the run-time function strrchr.

Syntax

int ReverseFind( TCHAR ch ) const;

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CString Overview, CString Member Functions, Simple Value Types, CString::Find, CString::FindOneOf