indextemplate<typename Str>Str&trim(Str& s, bool end = true, bool beg = true)
Defined in header file: strings.hh
Description
XXX */ size_type strnspaceq(const char* s, const char* p, size_type n, bool icase = false); /*! XXX @category{Categories/Text processing} */ void trim(char* s, bool end = true, bool beg = true); /*! XXX @category{Categories/Text processing}
Example
index