ReverseFind() finds a character in a string starting at the end.
- Parameters:
-
| theChar | - character to find |
| offset | - offset to start search from -1 is a special value indicating "from the end of the string". Otherwise, the offset value returned will be the position within the string as in the Find functions above. e.g. offset == -1 has the same effect as offset==mystring.Length(); |
- See also:
- Find()
Definition at line 514 of file CATString.cpp.
References CATASSERT, fAsciiLocked, fUnicodeBuffer, and GetLength().