Functions
zorba::zfn Namespace Reference

Functions

ZORBA_DLL_PUBLIC void trim (String &s)
 Removes all leading and trailing whitespace characters. More...
 
ZORBA_DLL_PUBLIC void trim (String &s, const char *chars)
 Removes all leading and trailing specified characters. More...
 

Function Documentation

ZORBA_DLL_PUBLIC void zorba::zfn::trim ( String &  s)

Removes all leading and trailing whitespace characters.

Parameters
sThe string to remove whitespace characters from.
ZORBA_DLL_PUBLIC void zorba::zfn::trim ( String &  s,
const char *  chars 
)

Removes all leading and trailing specified characters.

Parameters
sThe string to remove specified characters from.
charsThe characters to remove.
blog comments powered by Disqus