GOTO 
index
template<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

Copyright © 2005-2006 Retrieval Solutions. All rights reserved.