Files
textmate/Frameworks/text/src/trim.h
2013-06-22 21:02:45 +07:00

13 lines
263 B
C++

#ifndef TEXT_TRIM_H_5NIIFUM8
#define TEXT_TRIM_H_5NIIFUM8
#include <oak/misc.h>
namespace text
{
PUBLIC std::string trim (std::string const& str, std::string const& trimChars = " \t\r\n");
} /* text */
#endif /* end of include guard: TEXT_TRIM_H_5NIIFUM8 */