#include <zorba/config.h>
Go to the source code of this file.
Namespaces | |
namespace | zorba |
Copyright 2006-2011 The FLWOR Foundation. | |
namespace | zorba::zfn |
Functions | |
ZORBA_DLL_PUBLIC void | zorba::zfn::trim (String &s) |
Removes all leading and trailing whitespace characters. | |
ZORBA_DLL_PUBLIC void | zorba::zfn::trim (String &s, const char *chars) |
Removes all leading and trailing specified characters. |