Some simple functions for string operations.


char* strBaseName(char* filename)
Returns the name of a file without leading pathname.
char* strRemoveSuffix(char* filename, char c='.')
Returns a fresh copy of the name of a file without suffix.
char* strConcat(int n, ...)
Returns the concatenation n strings.


Documentation

Some simple functions for string operations.

Author:
Samy Bengio (bengio@idiap.ch) Johnny Mariethoz (Johnny.Mariethoz@idiap.ch) Ronan Collobert (collober@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.