Concept Framework 1.0 documentation Contents | Index

standard.C.string.strpbrk

Name Version Deprecated
strpbrk version 1.0 no

Prototype:
string strpbrk(string string, string strCharSet)

Parameters:
string      Null-terminated, searched string
strCharSet      Null-terminated character set

Description:
Scan strings for characters in specified character sets. The search does not include the terminating null character.

Returns:
Rreturns a string starting from the first occurrence of any character from strCharSet in string, or an empty string if the two string arguments have no characters in common.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software