Concept Framework 1.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: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |