Files
textmate/Frameworks/text/src/trim.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

13 lines
261 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\n");
} /* text */
#endif /* end of include guard: TEXT_TRIM_H_5NIIFUM8 */