Concept Framework 2.0 documentation | Contents | Index |
Name | Version | Deprecated |
strspn | version 1.0 | no |
string strspn(string string, string strCharSet) |
string | Null-terminated string to search |
strCharSet | Null-terminated character set |
Find the first substring. The strspn function returns the index of the first character in string that does not belong to the set of characters in strCharSet. The search does not include terminating null characters. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT | (c)2011 RadGs Software |