Searches for the first occurrence of ch, starting on the right of the string. This method is case-sensitive.
strrchr(char ch);
Parameter |
Description |
---|---|
ch |
The character for which to search. |
Integer. Returns the index position of the character, if successful, and -1, if failed.
Pointer to object |
Object |
---|---|
|
|
|
|
|
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |