Functions | |
ZORBA_DLL_PUBLIC void | trim (String &s) |
Removes all leading and trailing whitespace characters. | |
ZORBA_DLL_PUBLIC void | trim (String &s, const char *chars) |
Removes all leading and trailing specified characters. |
ZORBA_DLL_PUBLIC void zorba::zfn::trim | ( | String & | s | ) |
Removes all leading and trailing whitespace characters.
s | The 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.
s | The string to remove specified characters from. |
chars | The characters to remove. |