mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 00:45:02 -05:00
13 lines
261 B
C++
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 */
|