mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
13 lines
263 B
C++
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 */
|