Concept Framework 2.2 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: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |