Improve setCase behaviour

develop
kaetemi 4 years ago
parent 0629951ba6
commit 22fd1132ed

@ -40,7 +40,7 @@ namespace NLGUI
// Counterexample: nevrax.com // Counterexample: nevrax.com
// ^ // ^
return ((c == ' ') || (c == '\n')) return ((c == ' ') || (c == '\n'))
&& (lastChar == '.') || (lastChar == '!') || (lastChar == '?'); && ((lastChar == '.') || (lastChar == '!') || (lastChar == '?') || (lastChar == '\n'));
} }
void setCase(std::string &str, TCaseMode mode) void setCase(std::string &str, TCaseMode mode)

Loading…
Cancel
Save