We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312d8f3 commit 29b2e16Copy full SHA for 29b2e16
src/Token.hpp
@@ -42,7 +42,7 @@ static auto regexes = {
42
43
std::make_pair(SENTENCE, std::regex("[.!?]")),
44
std::make_pair(WHITESPACE, std::regex("\\s+")),
45
- std::make_pair(WORD, std::regex("[^@\\s\\*/]+")),
+ std::make_pair(WORD, std::regex("[^\\s\\*/]+")),
46
std::make_pair(STAR, std::regex("\\*")),
47
std::make_pair(SLASH, std::regex("/"))
48
};
0 commit comments