Concept Framework 2.0 documentation Contents | Index

standard.C.string.strrchr

Name Version Deprecated
strrchr version 1.0 no

Prototype:
string strrchr(string string, string c);

Parameters:
string      Null-terminated source string
c      Character to be located

Description:
Find a character in a string.The null-terminating character is included in the search.

Returns:
Returns a string starting from the first occurence of c or an empty string if c is not found.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software