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

14 lines
305 B
C++

#ifndef TEXT_CLASSIFICATION_H_A8ZZ9LQU
#define TEXT_CLASSIFICATION_H_A8ZZ9LQU
#include <oak/misc.h>
namespace text
{
PUBLIC bool is_word_char (std::string const& str);
PUBLIC bool is_whitespace (std::string const& str);
} /* text */
#endif /* end of include guard: TEXT_CLASSIFICATION_H_A8ZZ9LQU */