@FunctionalInterface public interface WordChecker
Modifier and Type | Method and Description |
---|---|
String |
checkWord(String word)
Reports warnings or errors associated with a supplied string.
|
String checkWord(String word)
In general the warning does not need to quote the whole input string, though it can highlight particular parts of it if that's expected to be useful.
word
- input textCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.