|
TF++, Miscellaneous classes and modules in C++:
|
| int tfxx::string::count_char | ( | const std::string & | s, |
| const char & | c | ||
| ) |
count characters in string
| s | string to look for c |
| c | character to find in string |
count characters in string
| s | string to look for c (substring is stripped from this) |
| c | character to find in string |
Definition at line 142 of file stringfunc.cc.